gamut-bitstream 0.1.0

Low-level bit readers/writers and entropy coders (ANS, arithmetic, Huffman) shared by gamut codecs.
Documentation
1
2
3
4
5
//! Low-level bit readers and writers plus shared entropy coders — Asymmetric Numeral Systems
//! (ANS), arithmetic coding, and Huffman coding — required by AV1, AV2, and JPEG XL.
//!
//! Placeholder — implementation pending.
#![forbid(unsafe_code)]