Expand description
Sandbox for safe code execution.
Structs§
- Execution
Result - Result of code execution.
- Mock
Sandbox - A no-op sandbox that just returns mock results (for testing).
- Output
File - An output file created during execution.
- Process
Sandbox - A simple process-based sandbox (not fully isolated).
- Sandbox
Config - Configuration for sandbox execution.
- Sandbox
Error - Error from sandbox execution.
Enums§
- Language
- Supported programming languages.
- Sandbox
Error Kind
Traits§
- Sandbox
- Trait for sandbox implementations.