Docs.rs
twox-hash-1.6.3
twox-hash 1.6.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
shepmaster
Dependencies
cfg-if >=0.1, <2
normal
digest ^0.8
normal
digest ^0.10
normal
digest ^0.9
normal
rand >=0.3.10, <0.9
normal
serde ^1.0
normal
static_assertions ^1.0
normal
serde_json ^1.0
dev
Versions
53.85%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-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
☰
HasherExt
Required Methods
finish_ext
Implementors
In twox_hash::xxh3
?
Trait
twox_hash
::
xxh3
::
HasherExt
source
·
[
−
]
pub trait HasherExt:
Hasher
{ fn
finish_ext
(&self) ->
u128
; }
Required Methods
source
fn
finish_ext
(&self) ->
u128
Implementors
source
impl
HasherExt
for
Hash128