docs.rs failed to build lightyear_replication-0.24.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
lightyear_replication-0.21.1
Lightyear Replication
This crate handles the logic for replicating entities and components from the server to clients.
It includes systems for:
- Tracking changes to components.
- Serializing and sending replication messages.
- Receiving and applying replication updates on clients.
- Managing entity authority and visibility (e.g., interest management, rooms).
- Handling component registration for replication.