Files
runrs/README.md
2022-08-06 15:44:55 +08:00

21 lines
593 B
Markdown

# runrs
Run rust script
Install:
```shell
cargo install --git https://git.hatter.ink/hatter/runrs runrs
```
Environment variables
| KEY | value |
| ---- |---------------------------------------------------------------|
| `HOME` | User home, default by OS system |
| `SKIP_CACHE` | Skip compiled cache file , turn on `true`, `yes`, `on` or `1` |
| `RUST_SCRIPT` | `rust_script` command line bin file |
<br>
Simply call `rust-script` (https://github.com/fornwall/rust-script).