rust-script 0.7.0

Command-line tool to run Rust "scripts" which can make use of crates.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

[![CI](https://github.com/fornwall/rust-script/workflows/CI/badge.svg)](https://github.com/fornwall/rust-script/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/rust-script.svg)](https://crates.io/crates/rust-script)

# rust-script

Run Rust files and expressions without any setup or compilation necessary.

See the [documentation at rust-script.org](https://rust-script.org).

NOTE: `rust-script` is a maintained fork of the excellent (but abandoned) [cargo-script](https://github.com/DanielKeep/cargo-script) project.

## License

`rust-script` is primarily distributed under the terms of both the [MIT license](LICENSE-MIT) and the [Apache License (Version 2.0)](LICENSE-APACHE).