1//! Contains trait implementations for the `bool` type 2pub mod as_str; 3pub mod from_str; 4pub mod map;