Skip to main content

Crate elara_state

Crate elara_state 

Source
Expand description

ELARA State Engine - State reconciliation and divergence control

This crate implements the State Reconciliation Engine:

  • State field management
  • Authority checking
  • Causality validation
  • Delta merge operations
  • Divergence control
  • Partition handling

Re-exports§

pub use field::*;
pub use reconcile::*;

Modules§

field
State field - collection of state atoms
reconcile
State reconciliation pipeline