Skip to content

Commit 1ae0c76

Browse files
authored
Add related projects to README
1 parent 6019297 commit 1ae0c76

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
[![Crates.io](https://img.shields.io/crates/v/rust-script.svg)](https://crates.io/crates/rust-script)
44

55
# rust-script
6-
76
Run Rust files and expressions without any setup or compilation necessary.
87

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

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

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.
1418

19+
## License
1520
`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

Comments
 (0)