orc-format 0.3.0

Unofficial implementation of Apache ORC spec in safe Rust
Documentation
1
2
3
4
5
#![doc = include_str!("lib.md")]
#![forbid(unsafe_code)]
pub mod error;
pub mod proto;
pub mod read;