Module base91_decoder

Source
Expand description

The base91_decoder module decodes base91 Decodes a base91 string Performs error handling and returns a string Call base91_decoder.crack to use. It returns option and check with result.is_some() to see if it returned okay.

Structsยง

Base91Decoder
The Base91 decoder, call: let base91_decoder = Decoder::<Base91Decoder>::new() to create a new instance And then call: result = base91_decoder.crack(input) to decode a base91 string The struct generated by new() comes from interface.rs