Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1 KB

README.md

File metadata and controls

16 lines (9 loc) · 1 KB

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.