Expand description
Core types and timing engine for LLM Latency Lens
This crate provides the foundational types and timing infrastructure for high-precision measurement of LLM API latency.
Re-exports§
pub use error::Error;pub use error::Result;pub use timing::Clock;pub use timing::Timestamp;pub use timing::TimingEngine;pub use types::*;