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§
- channel
- Multi-producer, single-consumer channel implementation.
- exec
- Executors to bridge frameworks to sidevm.
- net
- Networking support.
- ocall
- task
- time
- Provides functionalities in tokio::time.
Structs§
- Resource
Id - Resource ID. Think of it as a FD.
Functions§
Attribute Macros§
- main
- Mark the entry point of the Sidevm module.