Expand description
Microsandbox Rust SDK
A Rust SDK for the Microsandbox project that provides secure sandbox environments for executing untrusted code. This SDK allows you to create isolated environments for running code with controlled access to system resources.
Structs§
- Command
- Command interface for executing shell commands in a sandbox
- Execution
- Represents a code execution in a sandbox environment
- Metrics
- Metrics interface for the Microsandbox Rust SDK.
- Node
Sandbox - Node.js-specific sandbox for executing JavaScript code
- Python
Sandbox - Python-specific sandbox for executing Python code
- Sandbox
Base - Base implementation for sandbox types
- Sandbox
Options - Options for creating a sandbox
- Start
Options - Options for starting a sandbox
Enums§
- Sandbox
Error - Common error types for the Microsandbox SDK
Traits§
- Base
Sandbox - Base trait for sandbox implementations