macro_rules! unit {
    ($unit_name:tt, $one:expr) => { ... };
    ($unit_name:tt, $one:expr, $many:expr) => { ... };
}