1pub mod binary; 2pub mod set; 3pub mod text; 4 5pub mod prelude { 6 pub use super::{binary::*, set::*, text::*}; 7}