Docs.rs
quil-rs-0.16.0-rc.0
quil-rs 0.16.0-rc.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rigetti-githubbot
Dependencies
dot-writer ^0.1.2
normal
indexmap ^1.6.1
normal
lexical ^6.1.1
normal
nom ^7.1.1
normal
nom_locate ^4.0.0
normal
num-complex ^0.4.0
normal
petgraph ^0.6.2
normal
serde ^1.0.125
normal
strum ^0.24.1
normal
thiserror ^1.0.37
normal
criterion ^0.4.0
dev
insta ^1.7.1
dev
proptest ^1.0.0
dev
proptest-derive ^0.3.0
dev
rstest ^0.15.0
dev
Versions
9.16%
of the crate is documented
Go to latest stable release
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In quil_rs
?
Macro
quil_rs
::
make_test
source
·
[
−
]
macro_rules!
make_test { (
$name
: ident,
$parser
: ident,
$input
: expr,
$expected
: expr) => { ... }; }