Docs.rs
ez-hash-1.1.0
ez-hash 1.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kvinwang
Dependencies
blake2 ^0.10
normal
optional
blake3 ^1.5
normal
optional
digest ^0.10
normal
md-5 ^0.10
normal
optional
sha1 ^0.10
normal
optional
sha2 ^0.10
normal
optional
sha3 ^0.10
normal
optional
hex-literal ^1.1.0
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
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
Files
ez_hash/
lib.rs
1
mod
hash;
2
mod
hashable;
3
4
#[allow(unused_imports)]
5
pub use
hash::
*
;
6
pub use
hashable::Hashable;