flavray / avro-rs-ffi

FFI for avro-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avro-rs-ffi

GitHub version Build Status MIT licensed

C bindings for the avro-rs library. This library can be used both directly from native C programs or interfaced with your favorite language to offload encoding and ecoding of Apache Avro messages.

The interface of the library is documented in the header file.

For more information on how the original avro-rs works, please have a look at the documentation.

We also support a Python wrapper around the C bindings: pyavro-rs.

About

FFI for avro-rs

License:MIT License


Languages

Language:Rust 83.0%Language:C 13.5%Language:Makefile 3.0%Language:Shell 0.6%