oxilean-runtime 0.1.2

OxiLean runtime - Memory management, closures, I/O, and task scheduling
Documentation
1
2
3
4
5
6
7
// distributed_rpc/mod.rs — Simulated distributed RPC framework

pub mod functions;
pub mod types;

pub use functions::*;
pub use types::*;