runner 0.3.5

Utility for running Rust snippets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## 0.3.0 Release

### New Features

  - `--prepend` inserts code into body for -e, -i and -n
  - `--extern` also used for explicitly linking to a crate
  - `--features` shortcut for specifying features when compiling
  - `--compile-only` copies file to current dir after compilation
  - `--no-prelude` prevent usual runner prelude from being included
  - "$VAR" environment expansions for -e, -i and -n
  - `--doc` can be given a crate name

### Fixes

  - distinction between project and crate names