fornwall / rust-script

Run Rust files and expressions as scripts without any setup or compilation step.
https://rust-script.org
Apache License 2.0
1.2k stars 41 forks source link

Add cargo-script RFC to related projects #123

Closed tennox closed 8 months ago

tennox commented 9 months ago

I guess that's in your interest too? Or do you see it as not on the same line?

fornwall commented 8 months ago

Thanks! It's indeed related (and https://github.com/epage/cargo-script-mvs started as a fork of this repo).

I think this functionality is great to have built-in to cargo! Once that is in, we can re-think the utility of this project (perhaps it should be offering additional functionality on top that doesn't fit in cargo-script proper, like being able to execute a script given a URL and a checksum).