//! Varta observer library — UDS receive loop, per-pid tracker, stall surface.
//!
//! This crate is the in-process kernel of `varta-watch`. The binary
//! (Session 05) drives [`Observer::poll`] in a single thread and routes
//! [`Event`] values to exporters and the recovery command. The protocol root
//! is [`varta_vlp`]; nothing else is on the dependency surface.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;