arrow2 0.15.0

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
mod basic;
mod dictionary;
mod integer;
mod nested;

pub use basic::Iter;
pub use dictionary::{DictIter, NestedDictIter};
pub use integer::IntegerIter;
pub use nested::NestedIter;