dasn1_core/
lib.rs

1//! `asn1_core` encapsulates all the data types defined in the ASN.1
2//! specifications.
3
4#![cfg_attr(test, deny(missing_docs))]
5pub mod identifier;
6pub mod types;