pub fn decode_number(word: &str) -> Result<u64, DictError>Expand description
Decode a number from a given String.
This function decodes a number from the format described in the module documentation. If
unknown characters/bytes are encountered, a DictError is returned.