//! Submodule for ASN.1 Specific handling of the Parser
/// ASN.1 Modules (Single ASN.1 Files) handling functionality.
pub use parse_module;
/// ASN.1 Definitions (Type, Value, CLASS etc.)
/// Implementation of Parsing of ASN.1 Types.
pub
/// Implementation of Parsing of ASN.1 Values (`Type := Value`)
pub
/// Implementation of Object Identifier.
/// Output Types of the Parsers.
pub