https://github.com/rust-secure-code/cargo-sandbox
Perform Cargo builds inside of a sandboxed environment
https://github.com/rust-secure-code/cargo-sandbox
Last synced: 4 months ago
JSON representation
Perform Cargo builds inside of a sandboxed environment
- Host: GitHub
- URL: https://github.com/rust-secure-code/cargo-sandbox
- Owner: rust-secure-code
- License: apache-2.0
- Created: 2019-05-18T15:38:06.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-11-15T13:05:23.000Z (almost 6 years ago)
- Last Synced: 2025-06-01T20:58:26.899Z (4 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 52
- Watchers: 12
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cargo sandbox
[![Latest Version][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
![Apache 2.0/MIT licensed][license-image]
[![Build Status][build-image]][build-link]Perform Cargo builds inside of a sandboxed environment.
## Requirements
- Rust 1.31+
## Status
This tool is in the planning stage and is not presently usable.
Please see the open issues on the GitHub repository for more information:
https://github.com/rust-secure-code/cargo-sandbox/issues
## Code of Conduct
We abide by the [Contributor Covenant][cc] and ask that you do as well.
For more information, please see [CODE_OF_CONDUCT.md].
## License
Copyright in the Rust Secure Code WG is retained by contributors.
No copyright assignment is required to contribute to the WG and its
associated projects.For full authorship information, see the version control history.
Licensed under either of:
* Apache License, Version 2.0 ([LICENSE-APACHE] or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT] or https://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.[crate-image]: https://img.shields.io/crates/v/cargo-sandbox.svg
[crate-link]: https://crates.io/crates/cargo-sandbox
[docs-image]: https://docs.rs/cargo-sandbox/badge.svg
[docs-link]: https://docs.rs/cargo-sandbox/
[license-image]: https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg
[build-image]: https://travis-ci.com/rust-secure-code/cargo-sandbox.svg?branch=develop
[build-link]: https://travis-ci.com/rust-secure-code/cargo-sandbox
[cc]: https://contributor-covenant.org
[CODE_OF_CONDUCT.md]: https://github.com/rust-secure-code/cargo-sandbox//blob/develop/CODE_OF_CONDUCT.md
[LICENSE-APACHE]: https://github.com/rust-secure-code/cargo-sandbox/blob/develop/LICENSE-APACHE
[LICENSE-MIT]: https://github.com/rust-secure-code/cargo-sandbox/blob/develop/LICENSE-MIT