termfmt 0.2.9

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::{TimeEditFmt, TimeFmt},
};

mod date;
mod delta;
mod time;