1 2 3 4 5 6
//! The HUGR binary representation. mod read; mod write; pub use read::read_from_slice; pub use write::write_to_vec;