An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![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.