rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
180 stars 44 forks source link

Allow running arbitrary binaries through rustup #53

Closed jyn514 closed 3 years ago

jyn514 commented 3 years ago

Currently, Toolchain only allows running a set list of binaries (rustc and cargo). This allows running arbitrary binaries, like rustdoc or rustfmt.

r? @pietroalbini

pietroalbini commented 3 years ago

Can you also add a changelog entry?