//! TurboLog — Ultralight time-series log vector engine.
//!
//! Index thousands of log streams per second in real-time and detect anomalies
//! without high-cost GPUs or heavy vector databases. Data flow:
//! Ingest → Parse(Drain) → Embed(Cache/ONNX) → Tier 1/2 Detection → Ping-Pong Indexing → Flush
pub use ;
pub use ;
pub use PingPongIndexer;
pub use ;
pub use Wal;