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 header;
pub mod id;
pub mod signed;
pub mod wire;

pub use header::{EnvelopeHeader, PayloadType, Priority};
pub use id::{Did, MessageId};
pub use signed::SignedEnvelope;
pub use wire::ParseError;