sectorsync-core 2026.7.10

Core spatial indexing, authority, AOI, and replication planning primitives for SectorSync
Documentation
//! Core types and runtime primitives for `SectorSync`.

#![forbid(unsafe_code)]

pub mod barrier;
pub mod command;
pub mod component;
pub mod entity;
pub mod event;
pub mod gateway;
pub mod handoff;
pub mod hotspot;
pub mod ids;
pub mod interest;
pub mod policy;
pub mod prelude;
pub mod replication;
pub mod snapshot;
pub mod spatial;
pub mod spatial_index;
pub mod station;