uor-addr 0.2.0

UOR-ADDR — the typed reference vocabulary for content-addressing across recursively-grammared formats. Standard-library Layer-3 Prism realization of the UOR Foundation; ships the common architectural surface plus the JSON realization under JCS-RFC8785 + NFC + SHA-256.
Documentation
1
2
3
4
5
6
7
//! Grammar constant for the XML realization. The capacity profile is the
//! shared [`crate::bounds::AddrBounds`]; only the recursion stack-safety
//! bound lives here.

pub mod bounds;

pub use bounds::MAX_XML_DEPTH;