Docs.rs
aead-0.5.2
aead 0.5.2
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
Crates.io
Source
Owners
newpavlov
github:rustcrypto:traits
Dependencies
arrayvec ^0.7
normal
blobby ^0.3
normal
bytes ^1
normal
crypto-common ^0.1.4
normal
generic-array ^0.14
normal
heapless ^0.7
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
i686-pc-windows-msvc
i686-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
☰
Result
In aead
?
Type Definition
aead
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Result type alias with
Error
.