arrow2 0.10.1

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Async read Avro

mod block;
mod metadata;
pub(self) mod utils;

pub use super::{Block, CompressedBlock};
pub use block::block_stream;
pub use metadata::read_metadata;