Docs.rs
snarkvm-circuit-environment-0.16.12
snarkvm-circuit-environment 0.16.12
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
howardwu
Dependencies
snarkvm-console-network =0.16.12
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 =0.16.12
normal
snarkvm-circuit-environment-witness =0.16.12
normal
snarkvm-curves =0.16.12
normal
snarkvm-fields =0.16.12
normal
snarkvm-utilities =0.16.12
normal
criterion ^0.5
dev
serial_test ^2.0.0
dev
Versions
59.68%
of the crate is documented
Go to latest version
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
0.16.12
Private
Aliased type
Variants
Exact
Range
UpperBound
In snarkvm_circuit_environment::helpers::count
?
Type Alias
snarkvm_circuit_environment
::
helpers
::
count
::
Private
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
)