cargo-sandbox icon indicating copy to clipboard operation
cargo-sandbox copied to clipboard

Evaluate “rustwide”

Open tarcieri opened this issue 6 years ago • 1 comments

Uses a restricted Docker container for performing Rust builds:

https://github.com/rust-lang/rustwide

May be helpful for (or eliminate the need for) this project.

tarcieri avatar Sep 18 '19 15:09 tarcieri

I pushed up my WIP of a rustwide-based sandbox. It doesn't seem like there's an easy way to copy a development source tree into a container:

https://github.com/rust-secure-code/cargo-sandbox/pull/7 (should've done a draft PR, oops)

In that regard, cargo-wharf (#6) might be a better fit for this project.

tarcieri avatar Nov 15 '19 13:11 tarcieri