#opus #entropy

range-encoding

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

12 releases

Uses old Rust 2015

0.2.1 Feb 21, 2019
0.2.0 Jan 17, 2019
0.1.9 Nov 16, 2018
0.1.8 Oct 5, 2018
0.1.7 Aug 30, 2018

#449 in Compression

Download history 16/week @ 2024-02-22 69/week @ 2024-02-29 13/week @ 2024-03-07

88 downloads per month
Used in 2 crates (via binjs_io)

BSD-3-Clause

30KB
664 lines

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.

Dependencies

~87KB