Skip to content

flavray/avro-rs-ffi

Repository files navigation

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.