tartarus-api 0.1.1

Structured API for sandboxing system (currently utilizing `bubblewrap`)
Documentation
1
2
3
4
5
pub mod config;
pub mod error;
pub mod sandbox;

pub use sandbox::{Sandbox, SandboxType};