Skip to content

Commit f5f04ea

Browse files
committed
Removing some of QuantumCommand + MessageBuilder refactor
1 parent 472acd6 commit f5f04ea

File tree

18 files changed

+1842
-1129
lines changed

18 files changed

+1842
-1129
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pecos-engines/src/channels/byte.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ use std::io::{self, Read, Write};
88
// Re-export public components from submodules
99
pub use self::channel::ByteChannel;
1010
pub use self::debug::dump_batch;
11+
pub use self::gate_type::{GateTypeId, QuantumGate};
1112

1213
// Submodules
1314
pub mod builder;
1415
pub mod channel;
1516
pub mod debug;
17+
pub mod gate_type;
1618
pub mod protocol;
1719

1820
/// Factory functions for creating byte channel instances

0 commit comments

Comments
 (0)