omnimesh 1.0.1

Zero-allocation mesh networking middleware for autonomous robot fleets, edge-AI swarms, and multi-agent systems
Documentation
1
2
3
4
5
6
7
8
9
pub mod fixed_map;
pub mod payload;
pub mod pool;
pub mod ring;

pub use fixed_map::FixedMap;
pub use payload::{PayloadError, PayloadStorage};
pub use pool::SafetyBufferPool;
pub use ring::RingBuffer;