network
Generated Rust API reference for byte_engine.
Module network
BETP client/server integration and replication contracts.
Use Client and Server for protocol sessions. Implement
Replicable on application messages that need retry and importance
semantics; transport-specific UDP implementations remain behind the public
client and server modules.
Quick Reference
| Item | Kind | Description |
|---|---|---|
channel | mod | In-memory transport endpoints for deterministic replication tests. |
datagram | mod | Raw BETP datagram processing for transport adapters and defensive tests. |