library

Macro library 

Source
macro_rules! library {
    ($year:tt $description:literal $($day:tt),*) => { ... };
}