Docs.rs
xxxdh-0.7.4
xxxdh 0.7.4
Permalink
Docs.rs crate page
MIT
Links
Crates.io
Source
Owners
alexyer
Dependencies
aes-gcm ^0.9.4
normal
cryptimitives ^0.17.0
normal
cryptraits ^0.13.0
normal
rand_core ^0.6.3
normal
thiserror ^1.0.30
normal
zeroize ^1.4.3
normal
Versions
86.36%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
x86_64-pc-windows-msvc
i686-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-apple-darwin
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
?
1
2
3
4
5
6
pub mod
errors;
pub mod
protocol;
mod
storage;
pub use
protocol::
*
;
pub use
storage::
*
;