Macro encoding

Source
macro_rules! encoding {
    ($t:ident :[$(($prefix:literal, $ordinal_len:expr)),+]) => { ... };
}
Expand description

Defines a new encoding with the specified stages.