1//! A collection of various utility helpers. 2 3// Reimport rosomaxa utils 4pub use rosomaxa::utils::*; 5 6mod types; 7pub use self::types::Either;