Expand description

This crate provides some instrumentation to write sidevm programs. It is built on top of the Sidevm ocalls.

Re-exports

pub use sidevm_env as env;
pub use sidevm_logger as logger;

Modules

Multi-producer, single-consumer channel implementation.

Executors to bridge frameworks to sidevm.

Networking support.

Provides functionalities in tokio::time.

Structs

Resource ID. Think of it as a FD.

Functions

Attribute Macros

Mark the entry point of the Sidevm module.