orcxx 0.2.0

Rust bindings for the official C++ library for Apache ORC
1
2
3
4
5
6
7
# orcxx-rs

Unofficial Rust binding for the official C++ library for Apache ORC.

It uses a submodule pointing to an Apache ORC release, builds its C++ part
(including vendored protobuf, lz4, zstd, ...), and links against that.