Macro book

Source
macro_rules! book {
    ($($name:ident, $path:expr, $book_name:expr, $lang:expr ;)+) => { ... };
}