1//! Consumer implementations 2 3pub mod consumer; 4pub mod input; 5pub mod vec_consumer; 6 7pub use vec_consumer::*;