https://github.com/binast/range-encoding-rs
An implementation of range encoding for Rust
https://github.com/binast/range-encoding-rs
compression entropy opus rust
Last synced: about 1 year ago
JSON representation
An implementation of range encoding for Rust
- Host: GitHub
- URL: https://github.com/binast/range-encoding-rs
- Owner: binast
- License: other
- Created: 2018-08-23T09:44:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T12:21:45.000Z (over 7 years ago)
- Last Synced: 2024-08-10T21:49:24.968Z (almost 2 years ago)
- Topics: compression, entropy, opus, rust
- Language: Rust
- Size: 49.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.opus
Awesome Lists containing this project
README
[](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.