summaryrefslogtreecommitdiff
path: root/src/lib.rs
blob: c1bd25109857604d1cd1fe256ad015ba9c3545b0 (plain)
#![doc = include_str!("../README.md")]

mod month;
mod year;

pub use month::Month;
pub use year::Year;