range-encoding

An implementation of range encoding (entropy coding), extracted from Opus.


Keywords
compression, entropy, opus, rust
License
BSD-3-Clause

Documentation

Build Status

An implementation of range encoding for Rust.

This implementation is extracted using c2rust from a private API of the Opus codec, so it should be fairly robust.