[go: up one dir, main page]

arrow-format 0.6.0

Unofficial flatbuffers and tonic code of Apache Arrow spec
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "flight-data")]
#[cfg_attr(docsrs, doc(cfg(feature = "flight-data")))]
pub mod data;

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