1
2
3
4
5
6
//! Utils for bridging Apache Arrow and PostgreSQL's wire protocol.

#![warn(missing_docs)]

pub mod datafusion;
pub mod table;