Module reverse_decoder

Source
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 option and check with result.is_some() to see if it returned okay.

Structsยง

ReverseDecoder
The Reverse decoder is a decoder that reverses the input string.