range-encoding 0.2.1

An implementation of range encoding (entropy coding), extracted from Opus.
Documentation
[![Build Status](https://travis-ci.org/binast/range-encoding-rs.svg?branch=master)](https://travis-ci.org/binast/range-encoding-rs)

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.