Byte Engine Docs
View on docs.rs

network

Generated Rust API reference for byte_engine.

byte_engine / network


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

ItemKindDescription
channelmodIn-memory transport endpoints for deterministic replication tests.
datagrammodRaw BETP datagram processing for transport adapters and defensive tests.

Modules

  • channel — In-memory transport endpoints for deterministic replication tests.
  • datagram — Raw BETP datagram processing for transport adapters and defensive tests.

On this page