This library is the implementation of the Quil spec in Rust.
It serves three purposes:
- Parse Quil programs from strings, and output programs to strings
- Manipulate Quil programs within Rust
- Construct a dependency graph among program instructions
It should be considered unstable until the release of v1.0.
When testing this crate, you should run with the --all-features
flag to ensure all tests are executed.
cargo test --all-features