1
2
3
4
5
6
//! `asn1_core` encapsulates all the data types defined in the ASN.1
//! specifications.

#![cfg_attr(test, deny(missing_docs))]
pub mod identifier;
pub mod types;