arrow2 0.15.0

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;