qurust 0.2.0

Collection of modules used for working with quantum programs and circuits
Documentation
1
2
3
4
5
6
7
8
9
//! `qurust` library is a collection of modules used for working with quantum programs and circuits.
//!
//! Module `qasm3` serves as a set of modules used for representation and parsing of OpenQASM3 programs.
//! We refer to OpenQASM3 as QASM3 for short.
//! For more information and an example, see the module documentation.

#![doc(html_root_url = "https://docs.rs/qurust/0.2.0")]

pub mod qasm3;