Macro divider

Source
macro_rules! divider {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Macro to print a divider with optional text and styles