lowlet 0.1.2

Low-latency IPC library using shared memory and lock-free structures
Documentation
1
2
3
4
5
6
7
mod alloc;
mod pool;
mod region;

pub use alloc::BumpAllocator;
pub use pool::{ObjectPool, PoolHandle};
pub use region::Region;