hugr-model 0.27.0

Data model for Quantinuum's HUGR intermediate representation
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! This module contains the Cap'n Proto encoding and decoding functions
//! generated from the `.capn` schema.
//!
//! These files **SHOULD NOT** be edited manually.
//! Instead, use `just update-model-capnp` to regenerate them.

#[allow(warnings)]
#[allow(unknown_lints)]
#[allow(clippy::all)]
#[rustfmt::skip]
pub mod hugr_v0_capnp;