pub fn encode_string(s: &str, huffman_compress: bool) -> Vec<u8> ⓘ
Encode einen String. huffman_compress=true aktiviert Huffman.
huffman_compress=true
Format: 1 Byte Header (H-Flag in Bit 7 + 7-Bit-Length-Prefix) + Length-Continuation + Octets.
H