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

https://github.com/m4tx/ryg-rans-sys

FFI bindings for ryg_rans library for Rust
https://github.com/m4tx/ryg-rans-sys

Last synced: about 1 year ago
JSON representation

FFI bindings for ryg_rans library for Rust

Awesome Lists containing this project

README

          

Low-level [ryg_rans](https://github.com/rygorous/ryg_rans) bindings for [Rust](https://www.rust-lang.org/)
==========================================================================================================

[![Rust Build Status](https://github.com/m4tx/ryg-rans-sys/workflows/Rust%20CI/badge.svg)](https://github.com/m4tx/ryg-rans-sys/actions/workflows/rust.yml)
[![crates.io](https://img.shields.io/crates/v/ryg-rans-sys.svg)](https://crates.io/crates/ryg-rans-sys)
[![Documentation](https://docs.rs/ryg-rans-sys/badge.svg)](https://docs.rs/ryg-rans-sys)
[![MIT licensed](https://img.shields.io/github/license/m4tx/ryg-rans-sys)](https://github.com/m4tx/ryg-rans-sys/blob/master/LICENSE)

This crate exposes the raw ryg_rans API.

You probably want to use the [`rans`](https://crates.io/crates/rans) crate
instead of this.

## Requirements

* C compiler