Docs.rs
snarkvm-utilities-1.1.0
snarkvm-utilities 1.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
howardwu
Dependencies
aleo-std ^0.1.24
normal
optional
anyhow ^1.0
normal
bincode ^1.3.3
normal
num-bigint ^0.4
normal
num_cpus ^1
normal
optional
rand ^0.8
normal
rand_xorshift ^0.3
normal
rayon ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
smol_str ^0.2
normal
snarkvm-utilities-derives =1.1.0
normal
optional
thiserror ^1.0
normal
zeroize ^1
normal
Versions
57.5%
of the crate is documented
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
snarkvm_
utilities
1.1.0
Module error
Module Items
Traits
In crate snarkvm_
utilities
snarkvm_utilities
Module
error
Copy item path
Source
Traits
ยง
Error
Error
is a trait representing the basic expectations for error values, i.e., values of type
E
in
Result<T, E>
.