Docs.rs
snarkvm-console-collections-1.1.0
snarkvm-console-collections 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
rayon ^1
normal
snarkvm-console-algorithms =1.1.0
normal
snarkvm-console-types =1.1.0
normal
criterion ^0.5.1
dev
indexmap ^2.0.0
dev
Versions
72%
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_
console_
collections
1.1.0
Module error
Module Items
Traits
In crate snarkvm_
console_
collections
snarkvm_console_collections
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>
.