use crate::;
/// Method which adds extra ASCII space when encoding bit
/// Method which puts trailing ASCII space when encoding bit
/// Method which adds extra word when encoding bit (uses pivot, which informs about expected max line length)
/// Method which puts trailing Unicode whitespace or invisible chars when encoding bit
/// Module containing complex methods. Complex usually means combination of several other methods.
/// Combination of [Encoder](crate::encoder::Encoder) and [Decoder](crate::decoder::Decoder) traits - each method should be able to encode and decode.