1//! This module defines different miscellaneous types and functions.
23mod namespace;
4mod namespace_prefix;
5mod raw_byte_str;
67pub use self::namespace::Namespace;
8pub use self::namespace_prefix::NamespacePrefix;
9pub use self::raw_byte_str::{format_utf8_slice, RawByteStr};