perspt-sandbox 0.6.0

Sandboxed command execution for Perspt
Documentation
1
2
3
4
5
6
7
//! perspt-sandbox: Sandboxed command execution
//!
//! Provides the SandboxedCommand trait for executing commands in a controlled environment.

pub mod command;

pub use command::{BasicSandbox, CommandResult, SandboxedCommand};