//! TFRecord data reader.
//!
//! The [RecordIter] iterator reads records from a file.
//!
//! The [RecordStream] reads records from a file and can cooperated with future's [stream](futures::stream) API..
pub use r#*;
pub use *;
/// Configuration for record reader.