Skip to main content

uor_addr/xml/shapes/
mod.rs

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