Skip to main content

Crate protocol_core

Crate protocol_core 

Source
Expand description

General-purpose mesh protocol framing and sync primitives.

This crate intentionally contains only transport-agnostic, pure logic: frame typing, repair request/response encoding, attachment chunk framing, device sync manifest/chunk/ack handling, and reliable delivery/repair planning.

Modules§

delivery
Transport-agnostic delivery receipts, manifests, and selective repair planning.
device_sync
Device sync protocol for transferring append-only object history.
repair_peer
Peer-to-peer repair request/response framing.

Enums§

ProtocolError