Re-exports§
pub use model::Model;pub use node::Node;pub use ankurah_proto as proto;
Modules§
- changes
- collation
- collectionset
- connector
- context
- entity
- error
- indexing
- lineage
- livequery
- model
- node
- node_
applier - peer_
subscription - policy
- property
- reactor
- resultset
- retrieval
- Implements GetEvents for NodeAndContext, allowing event retrieval from local and remote sources. This lives in lineage because event retrieval is a lineage concern, not a context/session concern.
- schema
- storage
- system
- task
- transaction
- util
- value
Macros§
- action_
debug - action_
error - action_
info - Formats an action log with consistent styling. First argument is always a “thing” that performed the action (in bold blue) Second argument is the action name (in green) Remaining arguments are formatted as additional context (dimmed)
- action_
warn - notice_
info - Formats a notice log with consistent styling. The message is displayed in bold yellow to make it stand out.