Expand description
Method which adds extra ASCII space when encoding bit
§Description
This method puts ASCII_WHITESPACE between randomly selected two words. If the duplicate whitespace is present the bit 1 is encoded, otherwise 0.
Structs§
- Random
Whitespace Method - Unit structure representing the random whitespace method. Implements both Encoder and Decoder traits.
Constants§
- ASCII_
WHITESPACE - Character used as the random whitespace in the method.