Docs.rs
rypt-0.8.0
rypt 0.8.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ashtuchkin
Dependencies
bytes 0.4.*
normal
crossbeam-channel 0.3.*
normal
failure 0.1.*
normal
getopts 0.2.*
normal
libsodium-sys ^0.2.2
normal
prost 0.5.*
normal
rand 0.7.*
normal
static_assertions 0.3.*
normal
hex-literal 0.2.*
dev
quickcheck 0.8.*
dev
tempfile 3.0.*
dev
failure 0.1.*
build
prost-build 0.5.*
build
libc 0.2.*
normal
winapi 0.3.*
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rypt
0.8.0
Reader
Aliased Type
In crate rypt
rypt
Type Alias
Reader
Copy item path
Source
pub type Reader =
Box
<dyn
Read
+
Send
>;
Aliased Type
ยง
pub struct Reader(
/* private fields */
);