1//! Grammar constant for the ASN.1 realization. The capacity profile is 2//! the shared [`crate::bounds::AddrBounds`]; only the recursion 3//! stack-safety bound lives here. 4 5pub mod bounds; 6 7pub use bounds::MAX_ASN1_DEPTH;