//! # ORG value
//!
//! The decoded `ORG` (organization) value.
//!
//! `ORG` is a structured RFC 6350 6.6.4 value: a `;`-ordered sequence of
//! organization units, from the top-level organization name down through
//! divisions, which this bespoke type holds as an ordered list.
use ;
/// The decoded ORG value: organization units, broadest first.
;