rustwide

Crates.iorustwide
lib.rsrustwide
version0.18.0
sourcesrc
created_at2019-07-29 15:02:23.485218
updated_at2024-10-13 10:06:52.722352
descriptionExecute your code on the Rust ecosystem.
homepage
repositoryhttps://github.com/rust-lang/rustwide
max_upload_size
id152640
size248,995
(rust-lang-owner)

documentation

https://docs.rs/rustwide

README

Rustwide

Rustwide is a library to execute your code on the Rust ecosystem, powering projects like Crater and docs.rs. It features:

  • Linux and Windows support.
  • Sandboxing by default using Docker containers, with the option to restrict network access during builds while still supporting most of the crates.
  • Curated build environment to build a large part of the ecosystem, built from the experience gathered running Crater and docs.rs.

Rustwide was originally part of the Crater project, and it was extracted to let the whole community benefit from it.

Rustwide is licensed under both the MIT and Apache 2.0 licenses, allowing you to choose which one to adhere to.

Commit count: 294

cargo fmt