Read Apache ORC from Rust

test codecov

Read Apache ORC in Rust.

This repository is similar to parquet2 and Avro-schema, providing a toolkit to:

It currently reads the following (logical) types:

What is not yet implemented:

Run tests

bash python3 -m venv venv venv/bin/pip install -U pip venv/bin/pip install -U pyorc venv/bin/python write.py cargo test