Crate hugr_model

Source
Expand description

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 1.0.0 of the HUGR model format.

Modules§

v0
Version 0 (unstable).

Statics§

CURRENT_VERSION
The current version of the HUGR model format.