//! Identifier types for each layer of the VOA filesystem hierarchy.
//!
//! VOA signature verifiers are located in a directory structure described by the VOA file
//! hierarchy. The hierarchy consists of distinct subdirectory layers, each represented by a
//! specific [identifier] type.
//!
//! This module provides types for each of the four VOA identifier layers:
//! [`Os`], [`Purpose`], [`Context`], [`Technology`].
//!
//! [identifier]: https://uapi-group.org/specifications/specs/file_hierarchy_for_the_verification_of_os_artifacts/#identifiers
pub use IdentifierString;
pub use SegmentPath;
pub use ;
pub use Os;
pub use ;
pub use ;