data_encoding

Macro define

Source
macro_rules! define {
    ($name: ident: $type: ty = $val: expr) => { ... };
}