Crate shimkit

Source
Expand description

§shimkit

Shimkit is an opinionated library providing a high-level API for building contaienrd shims.

Re-exports§

pub use zygote;

Modules§

sandbox
This module provides abstractions for managing WebAssembly containers in a sandboxed environment.

Macros§

revision
Get the Git revision hash, if available.
version
Get the crate version from Cargo.toml.

Structs§

Config
Config of shim binary options provided by shim implementations

Traits§

AmbientRuntime