Skip to main content

gamut_bitstream/
lib.rs

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