termfmt 0.2.8

Opinionated formatting for library primatives with color and outputing to the terminal.
Documentation
1
2
3
4
5
6
7
8
9
pub use {
    date::DateFmt,
    delta::{DeltaFmt, DeltaHourMinuteFmt},
    time::TimeFmt,
};

mod date;
mod delta;
mod time;