oximedia-bitstream 0.1.7

Bitstream I/O for OxiMedia — derived from bitstream-io 4.9.0, std-only (no core2 dependency)
Documentation
# oximedia-bitstream TODO

Version: 0.1.7 | Status as of: 2026-05-21

## Status: Stable

## Completed [x]
- [x] Bit-level reader/writer (LSB and MSB modes)
- [x] BitReader with read_bits(), read_bit(), peek_bits()
- [x] BitPacker with write_bits(), write_bit(), flush()
- [x] Exponential Golomb coding (k-order)
- [x] CABAC arithmetic coding foundations
- [x] Big-endian and little-endian bitstream support
- [x] Huffman coding support
- [x] Integer types and bit counting utilities
- [x] Checked arithmetic operations
- [x] Byte-level I/O abstraction
- [x] Integration tests and doc tests

## In Progress [ ]
(none)