Docs.rs
snarkvm-circuit-environment-1.1.0
snarkvm-circuit-environment 1.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
howardwu
Dependencies
snarkvm-console-network =1.1.0
normal
indexmap ^2.0.0
normal
itertools ^0.11.0
normal
nom ^7.1
normal
num-traits ^0.2
normal
once_cell ^1.18.0
normal
snarkvm-algorithms =1.1.0
normal
snarkvm-circuit-environment-witness =1.1.0
normal
snarkvm-curves =1.1.0
normal
snarkvm-fields =1.1.0
normal
snarkvm-utilities =1.1.0
normal
criterion ^0.5
dev
serial_test ^2.0.0
dev
Versions
58.1%
of the crate is documented
Platform
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
snarkvm_
circuit_
environment
1.1.0
Private
Aliased type
Variants
Exact
Range
UpperBound
In snarkvm_
circuit_
environment::
helpers::
count
snarkvm_circuit_environment
::
helpers
::
count
Type Alias
Private
Copy item path
Source
pub type Private =
Measurement
<
u64
>;
Aliased Type
§
enum Private { Exact(
u64
), Range(
u64
,
u64
), UpperBound(
u64
), }
Variants
§
§
Exact(
u64
)
§
Range(
u64
,
u64
)
§
UpperBound(
u64
)