Skip to main content

Crate elara_time

Crate elara_time 

Source
Expand description

ELARA Time Engine - Dual clock system and temporal control

This crate implements the Time Engine:

  • τp (Perceptual Time): monotonic, smooth, local-driven
  • τs (State Time): elastic, drift-correctable, convergence-oriented
  • Reality Window management
  • Network model and horizon adaptation
  • Prediction and correction loops

Re-exports§

pub use clock::*;
pub use engine::*;
pub use network::*;

Modules§

clock
Clock implementations for ELARA Time Engine
engine
Time Engine - orchestrates dual clocks, horizons, and temporal control
network
Network model for passive jitter/latency estimation