An open API service indexing awesome lists of open source software.

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

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