kairos 0.4.0

A library on top of chrono to calculate times and dates ergonomically
Documentation
1
2
3
4
5
6
7
8
9
#![recursion_limit = "256"]

pub mod error;
pub mod indicator;
pub mod iter;
pub mod matcher;
pub mod parser;
pub mod timetype;
mod util;