1 2 3 4 5 6 7 8 9
//! TUI rendering traits for caldir types. //! //! This module provides extension traits that add colored terminal rendering //! to caldir-core types using owo_colors. pub mod diff; pub mod event; pub mod events_in_range; pub mod time;