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
- Host: GitHub
- URL: https://github.com/creativcoder/avro-sys
- Owner: creativcoder
- License: apache-2.0
- Created: 2017-03-04T07:36:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T07:06:39.000Z (almost 9 years ago)
- Last Synced: 2025-01-15T01:47:16.707Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`