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

https://github.com/creativcoder/avro-sys

[WIP] C bindings to apache-avro C library in Rust
https://github.com/creativcoder/avro-sys

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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`