Skip to content

Commit

Permalink
feat: re-export hugr crate (#652)
Browse files Browse the repository at this point in the history
Closes #651

drive by: cargo update
  • Loading branch information
ss2165 authored Oct 11, 2024
1 parent aeb2839 commit c13277b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tket2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ pub mod portmatching;
mod utils;

pub use circuit::{Circuit, CircuitError, CircuitMutError};
pub use hugr;
pub use hugr::Hugr;
pub use ops::{op_matches, symbolic_constant_op, Pauli, Tk2Op};

0 comments on commit c13277b

Please sign in to comment.