Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang/rustwide
Execute your code on the Rust ecosystem.
https://github.com/rust-lang/rustwide
Last synced: about 20 hours ago
JSON representation
Execute your code on the Rust ecosystem.
- Host: GitHub
- URL: https://github.com/rust-lang/rustwide
- Owner: rust-lang
- License: apache-2.0
- Created: 2019-08-22T07:26:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T07:14:02.000Z (16 days ago)
- Last Synced: 2025-01-03T18:04:36.769Z (8 days ago)
- Language: Rust
- Size: 367 KB
- Stars: 182
- Watchers: 13
- Forks: 42
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-ccamel - rust-lang/rustwide - Execute your code on the Rust ecosystem. (Rust)
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][build-env] 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.[Crater]: https://github.com/rust-lang/crater
[docs.rs]: https://github.com/rust-lang/docs.rs
[build-env]: https://github.com/rust-lang/crates-build-env