1 2 3 4 5 6 7 8 9 10
//! A library of input and output adapters #[cfg(feature = "csv")] pub mod csv_streams; pub mod iterator_stream; #[cfg(feature = "kdb")] pub mod kdb; #[cfg(feature = "websockets")] #[doc(hidden)] pub mod socket;