//! Rate-limit segment family. Renders the 5-hour and 7-day usage
//! windows from `ctx.usage()` per `docs/specs/rate-limit-segments.md`.
//!
//! See `format` for the shared render helpers, and the per-window
//! files (`five_hour`, `five_hour_reset`, `seven_day`, `seven_day_reset`)
//! for the four `Segment` impls. The dispatcher in `segments::mod.rs`
//! wires the user-facing `[segments.rate_limit_*]` config keys to the
//! segment structs re-exported below.
pub use ;
pub use ;