//! The data model of the HUGR intermediate representation.
//!
//! This crate defines data structures that capture the structure of a HUGR graph and
//! all its associated information in a form that can be stored on disk. The data structures
//! are not designed for efficient traversal or modification, but for simplicity and serialization.
//!
//! This crate supports version `
//! ` of the HUGR model format.
use LazyLock;
// This is required here since the generated code assumes it's in the package root.
use hugr_v0_capnp;
/// The current version of the HUGR model format.
pub static CURRENT_VERSION: = new;