Docs.rs
snarkvm-compiler-0.9.0
snarkvm-compiler 0.9.0
Permalink
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
howardwu
Dependencies
anyhow ^1.0.62
normal
snarkvm-circuit ^0.9.0
normal
colored ^2
normal
snarkvm-console ^0.9.0
normal
indexmap ^1.8
normal
once_cell ^1.13
normal
parking_lot ^0.12
normal
paste ^1.0.8
normal
rand ^0.8
normal
rayon ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
snarkvm-algorithms ^0.9.0
normal
snarkvm-curves ^0.9.0
normal
snarkvm-fields ^0.9.0
normal
snarkvm-parameters ^0.9.0
normal
snarkvm-utilities ^0.9.0
normal
time ^0.3.14
normal
tracing ^0.1
normal
bincode ^1.3
dev
regex ^1.6
dev
serial_test ^0.9
dev
tracing-test ^0.2
dev
Versions
75%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Assignments
In snarkvm_compiler
?
Type Definition
snarkvm_compiler
::
Assignments
source
·
[
−
]
pub type Assignments<N> =
Arc
<
RwLock
<
Vec
<Assignment<<N as Environment>::Field>>>>;