Module url_decoder

Source
Expand description

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

Structsยง

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