arrow2 0.10.1

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
1
2
3
//! APIs to read from and write to NDJSON
pub mod read;
pub mod write;