Docs.rs
sh-layer3-1.0.2
sh-layer3 1.0.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
EnjouZeratul
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
base64 ^0.22
normal
chrono ^0.4
normal
dirs ^5.0
normal
futures ^0.3
normal
hostname ^0.4
normal
lopdf ^0.34
normal
md-5 ^0.10
normal
parking_lot ^0.12
normal
regex ^1.11
normal
reqwest ^0.12
normal
rmp-serde ^1.1
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
sh-layer1 ^1.0.2
normal
sh-layer2 ^1.0.2
normal
sha2 ^0.10
normal
sysinfo ^0.30
normal
thiserror ^2.0
normal
tokio ^1.40
normal
tokio-tungstenite ^0.26
normal
toml ^0.8
normal
tracing ^0.1
normal
url ^2.5
normal
urlencoding ^2.1
normal
uuid ^1.11
normal
sh-layer1 ^1.0.2
dev
tempfile ^3.14
dev
Versions
68.04%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module sandbox_runtime
sh_
layer3
1.0.2
Module sandbox_
runtime
Sections
Sandbox Runtime
实现方式
Module Items
Structs
Enums
Traits
In crate sh_
layer3
sh_layer3
Module
sandbox_
runtime
Copy item path
Source
Expand description
§
Sandbox Runtime
沙箱运行时:安全隔离的执行环境。
§
实现方式
进程级隔离(默认)
资源限制(内存、CPU、时间)
网络策略控制
文件系统隔离
Structs
§
Default
Sandbox
Runtime
默认沙箱运行时实现
Execution
Result
执行结果
Sandbox
Config
沙箱配置
Sandbox
Id
沙箱 ID
Sandbox
Info
沙箱信息
Sandbox
Limits
沙箱资源限制
Enums
§
FsPolicy
文件系统策略
Network
Policy
网络策略
Sandbox
Status
沙箱状态
Traits
§
Sandbox
Runtime
沙箱运行时 trait