range-encoding 0.1.0

An implementation of range encoding (entropy coding), extracted from Opus.
Documentation
1
2
3
An implementation of range encoding for Rust.

This implementation is extracted using c2rust from a private API of the [Opus codec](https://github.com/xiph/opus/blob/master/celt/), so it should be fairly robust.