Skip to main content

oris_sandbox/
lib.rs

1//! Local process sandbox for applying mutation artifacts into a temporary workspace copy.
2
3mod core;
4#[cfg(feature = "resource-limits")]
5pub mod resource_limits;
6
7pub use core::*;