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

mod year;

pub use year::Year;