1 2 3 4 5 6 7 8
//! The Hugr data structure, and its basic component handles. // Exports everything except the `internal` module. pub use hugr_core::hugr::{ DEFAULT_OPTYPE, Hugr, HugrError, HugrView, IdentList, InvalidIdentifier, NodeMetadataMap, OpType, Patch, SimpleReplacement, SimpleReplacementError, ValidationError, hugrmut, linking, patch, serialize, validate, views, };