Module steap_by_steap::compression
source · Structs§
Functions§
- Generate Huffman codes for the input string
- Compresses the input string using the LZW compression algorithm.
- Decompresses the compressed data using the LZW decompression algorithm.
- Run-length decodes a string.
- Run-length encodes a string.