//! GGUF realization spec constants + axis selection. The capacity
//! profile is the shared [`crate::bounds::AddrBounds`]; only the GGUF v3
//! spec constants live here.
pub use ;
/// Canonical `Hasher<32>` selection. Re-exported from the Prism standard
/// library; see wiki ADR-031 / ADR-047.
pub use Sha256Hasher;