/// ITU Object Identifier implementation
pub mod oid;
/// Variable sized integer types
pub mod varint;
/// Localization strings
pub mod l10nstring;
pub mod uuid;