Crate ppmd_rust

Source

Structs§

Ppmd7Decoder
A decoder to decode PPMd7 (PPMdH) with the 7z range coder.
Ppmd7Encoder
An encoder to encode data using PPMd7 (PPMdH) with the 7z range coder.
Ppmd7aDecoder
A decoder to decode PPMd7 (PPMdH) using the original algorithm.
Ppmd8Decoder
A decoder to decode PPMd8 (PPMdI) compressed data.
Ppmd8Encoder
A encoder to encode PPMd8 (PPMdI) compressed data.

Enums§

Error
Crate error type.
RestoreMethod
The restore method used in PPMd8.

Constants§

PPMD7_MAX_MEM_SIZE
PPMD7_MAX_ORDER
PPMD7_MIN_MEM_SIZE
PPMD7_MIN_ORDER
PPMD8_MAX_ORDER
PPMD8_MIN_ORDER

Type Aliases§

Result