| Crates.io | range-encoding |
| lib.rs | range-encoding |
| version | 0.2.1 |
| created_at | 2018-08-24 12:01:03.389994+00 |
| updated_at | 2019-02-21 12:22:36.81823+00 |
| description | An implementation of range encoding (entropy coding), extracted from Opus. |
| homepage | https://github.com/binast/range-encoding-rs |
| repository | https://github.com/binast/range-encoding-rs |
| max_upload_size | |
| id | 81055 |
| size | 34,649 |
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.