Skip to main content

Crate sectorsync_wire

Crate sectorsync_wire 

Source
Expand description

Wire frame traits and default frame shapes for SectorSync.

Structs§

BarrierFrame
Runtime barrier notification frame.
BinaryFrameDecoder
Simple little-endian binary frame decoder.
BinaryFrameEncoder
Simple little-endian binary frame encoder.
CommandAckFrame
Command acknowledgement frame.
CommandDispatchFrame
Internal gateway-to-station command dispatch frame.
CommandFrame
Client command ingress frame.
ComponentDelta
Component delta included in an entity delta.
ComponentDeltaRef
Borrowed component delta inside an EntityDeltaRef.
ComponentDeltaRefIter
Exact-size iterator over validated borrowed component deltas.
ComponentSelection
Component selection for frame building.
EntityDelta
Entity delta included in a replication frame.
EntityDeltaRef
Borrowed entity delta inside a ReplicationFrameRef.
EntityDeltaRefIter
Exact-size iterator over validated borrowed entity deltas.
ReplicationFrame
Replication frame metadata produced per client.
ReplicationFrameBuild
Result of building a replication frame.
ReplicationFrameBuildStats
Frame builder statistics.
ReplicationFrameBuilder
Builds concrete replication frames from a core replication plan.
ReplicationFrameLimits
Limits used by ReplicationFrameBuilder.
ReplicationFrameRef
Borrowed replication frame decoded directly from immutable wire bytes.
StationEventFrame
Cross-station event frame.

Enums§

BinaryDecodeError
Binary decode error.
BinaryEncodeError
Binary encode error.
FrameKind
Runtime frame kind.
ReplicationFrameRefDecodeError
Error produced by borrowed replication-frame decoding.
RuntimeFrame
Decoded runtime frame.

Traits§

FrameDecoder
Decodes frames from bytes.
FrameEncoder
Encodes frames into bytes.