158 releases (23 breaking)

0.31.0 Mar 7, 2025
0.30.1 Feb 18, 2025
0.29.2 Nov 6, 2024
0.27.1 Jul 26, 2024
0.8.0 Oct 19, 2021

#285 in Emulators

Download history 2115/week @ 2024-12-10 1688/week @ 2024-12-17 1277/week @ 2024-12-24 1660/week @ 2024-12-31 1940/week @ 2025-01-07 1926/week @ 2025-01-14 1306/week @ 2025-01-21 1569/week @ 2025-01-28 1350/week @ 2025-02-04 3165/week @ 2025-02-11 3141/week @ 2025-02-18 2265/week @ 2025-02-25 2975/week @ 2025-03-04 4088/week @ 2025-03-11 2957/week @ 2025-03-18 3037/week @ 2025-03-25

13,331 downloads per month
Used in 3 crates

Apache-2.0

1MB
20K SLoC

Quil Parser & Program Builder

This library is the implementation of the Quil spec in Rust.

It serves three purposes:

  1. Parse Quil programs from strings, and output programs to strings
  2. Manipulate Quil programs within Rust
  3. Construct a dependency graph among program instructions

It should be considered unstable until the release of v1.0.

Crate Features

Feature Description
graphviz-dot Enable plotting ScheduledPrograms in Graphviz dotfile format.
wasm-bindgen Enable compilation to wasm32-unknown-unknown with wasm-bindgen

Testing

When testing this crate, you should run with the --all-features flag to ensure all tests are executed.

cargo test --all-features

Dependencies

~14–21MB
~297K SLoC