rust-lang / rustwide

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

Don't copy /target directory when building local crates #12

Closed jyn514 closed 4 years ago

jyn514 commented 4 years ago

This can save multiple gigabytes, especially when the files are then saved into a persistent database (like for docs.rs)

pietroalbini commented 4 years ago

Thanks!