Module dsc

Source
Available on crate features bgi and bgi-arc only.
Expand description

Buriko General Interpreter/Ethornell compressed file in archive

Structsยง

Dsc
DSC script
DscBuilder
Builder for DSC scripts.
DscDecoder
Decoder for Buriko General Interpreter/Ethornell compressed files (DSC format).
DscEncoder
Encoder for Buriko General Interpreter/Ethornell compressed files (DSC format).
FreqNode ๐Ÿ”’
HuffmanCode ๐Ÿ”’
HuffmanNode ๐Ÿ”’

Enumsยง

LzssOp ๐Ÿ”’

Functionsยง

adjust_frequencies_for_depth_limit ๐Ÿ”’
build_huffman_tree ๐Ÿ”’
calculate_depths ๐Ÿ”’
calculate_huffman_depths ๐Ÿ”’
generate_canonical_codes ๐Ÿ”’
parse_min_length
Parses the minimum length for LZSS compression from a string.