Skip to main content

Crate repgraph

Crate repgraph 

Source
Expand description

Replication graph: decide what to encode, not how.

This crate provides interest management and per-client change list generation that feeds directly into codec::encode_delta_from_changes.

Structs§

ClientBudget
Budget caps for per-client deltas.
ClientDelta
Per-client delta output.
ClientId
Client identifier.
ClientView
Client view configuration.
ReplicationConfig
Replication graph configuration.
ReplicationGraph
Replication graph with basic spatial relevance and dirty tracking.
Vec3
Basic 3D vector for spatial queries.

Traits§

WorldView
World view adapter used to build snapshot/update payloads.