You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Rust files and expressions without any setup or compilation necessary.
8
7
9
8
See the [documentation at rust-script.org](https://rust-script.org).
10
9
11
10
NOTE: `rust-script` is a maintained fork of the excellent (but abandoned) [cargo-script](https://github.com/DanielKeep/cargo-script) project.
12
11
13
-
## License
12
+
## Related projects
13
+
-[cargo-script](https://github.com/DanielKeep/cargo-script) - the unmaintained project that `rust-script` was forked from.
14
+
-[cargo-eval](https://github.com/reitermarkus/cargo-eval/) - maintained fork of `cargo-script`.
15
+
-[cargo-play](https://github.com/fanzeyi/cargo-play) - local Rust playground.
16
+
-[runner](https://github.com/stevedonovan/runner/) - tool for running Rust snippets.
17
+
-[scriptisto](https://github.com/igor-petruk/scriptisto) - language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages.
14
18
19
+
## License
15
20
`rust-script` is primarily distributed under the terms of both the [MIT license](LICENSE-MIT) and the [Apache License (Version 2.0)](LICENSE-APACHE).
0 commit comments