Docs.rs
zff-2.0.0-alpha.1
zff 2.0.0-alpha.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ph0llux
Dependencies
aes-gcm-siv ^0.10.3
normal
base64 ^0.13.0
normal
blake2 ^0.9.2
normal
byteorder ^1.4.3
normal
crc32fast ^1.2.1
normal
digest ^0.9.0
normal
ed25519-dalek ^1.0.1
normal
lz4_flex ^0.9.0
normal
pkcs5 ^0.3.0
normal
rand ^0.7.3
normal
sha2 ^0.9.6
normal
sha3 ^0.9.1
normal
time ^0.3.4
normal
zstd ^0.9.0
normal
Versions
64.47%
of the crate is documented
This release has been yanked, go to latest version
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
☰
Result
In zff
?
Type Definition
zff
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
ZffError
>;
Expand description
Result for std::result::Result<T, ZffError>.