arrow2 0.18.0

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
1
2
3
4
5
6
//! Convert data between the Arrow memory format and JSON line-delimited records.

#[cfg(feature = "io_json_read")]
pub mod read;
#[cfg(feature = "io_json_write")]
pub mod write;