(no title)
mullr
|
4 years ago
What are people doing about this on the client side? The solution that comes to mind is to do all my Rust builds in a sandbox of some kind, but with rust-analyzer involved, I'd likely have to put my editor in there as well.
gpm|4 years ago
[1] https://github.com/dtolnay/watt
Edit: And someone on reddit brought up vscode's dev containers [2], to move everything into docker. Obviously docker isn't really a security sandbox, but again it raises the bar.
[2] https://code.visualstudio.com/docs/remote/containers
rectang|4 years ago
Now if only `build.rs` could be nerfed...