Skip to main content

rusty_ts/time/
mod.rs

1//! Time-rendering machinery: format strings, timezone resolution, clock
2//! sources. See `plan.md` §Architecture (Components: Time Renderer, TZ
3//! Resolver, Clock Source).
4
5pub mod clock;
6pub mod format;
7pub mod tz;