arrow2 0.18.0

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
1
2
3
4
5
//! API to write to Arrow JSON integration format
mod array;
pub use array::*;
mod schema;
pub use schema::*;