/avro-sys

[WIP] C bindings to apache-avro C library in Rust

Primary LanguageRustApache License 2.0Apache-2.0

Prerequisites for building libavro

NOTE: We need to build with -fPIC flag

To add: Modify the CMakeLists.txt by adding

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

Dev-dependencies

  1. sudo apt-get install libjansson-dev