Docs.rs
rust-argon2-1.0.0
rust-argon2 1.0.0
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
mrijkeboer
Dependencies
base64 ^0.13
normal
blake2b_simd ^1.0
normal
constant_time_eq ^0.1.5
normal
crossbeam-utils ^0.8
normal
serde ^1.0.133
normal
hex ^0.4
dev
Versions
1.0.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-apple-darwin
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
Other items in
argon2
?
Type Definition
argon2
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A specialized result type for Argon2 operations.