Expand description
sbe-core: Core library for the sbe sandbox executor.
Provides profile definitions, ecosystem detection, configuration loading,
and the sandbox backend abstraction used to enforce policies on the
host. Backends are selected at compile time per target OS; outside this
crate, callers reference the alias sandbox::Sandbox rather than the
concrete backend type.
Re-exports§
pub use sandbox::maybe_run_launcher;pub use sandbox::BackendFeatures;pub use sandbox::BackendInfo;pub use sandbox::BackendOptions;pub use sandbox::Sandbox;pub use sandbox::SandboxBackend;