[go: up one dir, main page]

arrow-format 0.1.3

Unofficial flatbuffers and tonic code of Apache Arrow spec
Documentation
1
2
3
4
5
6
7
8
9
//! Generated code for Apache Arrow format.

#[cfg(feature = "ipc")]
#[cfg_attr(docsrs, doc(cfg(feature = "ipc")))]
pub mod ipc;

#[cfg(feature = "flight")]
#[cfg_attr(docsrs, doc(cfg(feature = "flight")))]
pub mod flight;