Module random_whitespace

Source
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§

RandomWhitespaceMethod
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.