Docs.rs
no-std-compat-0.4.1
no-std-compat 0.4.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jD91mZM2
Dependencies
hashbrown ^0.8.1
normal
optional
spin ^0.5.2
normal
optional
libc ^0.2.74
dev
Versions
0%
of the crate is documented
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
no_
std_
compat
0.4.1
Module hash
Module Items
Structs
Traits
Derive Macros
In crate no_
std_
compat
no_std_compat
Module
hash
Copy item path
Source
Structs
§
Build
Hasher
Default
Used to create a default
BuildHasher
instance for types that implement
Hasher
and
Default
.
SipHasher
Deprecated
An implementation of SipHash 2-4.
Traits
§
Build
Hasher
A trait for creating instances of
Hasher
.
Hash
A hashable type.
Hasher
A trait for hashing an arbitrary stream of bytes.
Derive Macros
§
Hash
Derive macro generating an impl of the trait
Hash
.