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
pub mod modes;

#[cfg(feature = "std")]
pub mod loader;

pub use modes::{CryptoMode, OmnimeshMode, PersistenceMode, WcetMode};