//! Scoped certificate delegation templates.
//!
//! When a parent cert delegates bounded authority to a child cert, the
//! child can issue/sign artifacts only within the delegated scope. This
//! crate provides the scope types and validation logic.
//!
//! Example: OIML CNML Manufacturer Model Cert delegates to manufacturer
//! the right to issue Instance Certs for a specific instrument model only.
//!
//! See `TODO.roadmap/32-cert-delegation-cms-xmldsig.md` for the full spec.
// TODO: document before 1.0
pub use *;
pub use *;
pub use *;
pub use *;