Expand description
The reverse_decoder module decodes reverse text
Stac -> Cats
It is public as we use it in some tests.
Reverses the input string
Performs error handling and returns a string
Call reverse_decoder.crack to use. It returns optionresult.is_some()
to see if it returned okay.
Structsยง
- Reverse
Decoder - The Reverse decoder is a decoder that reverses the input string.