icydb-core 0.94.3

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
9
//! Module: db::executor::authority
//! Responsibility: executor-owned entity authority surfaces.
//! Does not own: route-local fast-path selection or store lifecycle gating.
//! Boundary: keeps structural entity identity under one executor root without
//! reintroducing the removed secondary-read authority resolver.

mod entity;

pub use entity::EntityAuthority;