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;