Docs.rs
hash_str-0.0.3
hash_str 0.0.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
krakow10
Dependencies
ahash ^0.8.11
normal
ahash_macro ^0.1.0
normal
bumpalo ^3.17.0
normal
optional
hashbrown ^0.15.2
normal
optional
Versions
60%
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
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
hash_
str
0.0.3
GetHash
Required Methods
get_hash
Implementations on Foreign Types
&str
Implementors
In crate hash_
str
hash_str
Trait
GetHash
Copy item path
Source
pub trait GetHash { // Required method fn
get_hash
(self) ->
u64
; }
Required Methods
§
Source
fn
get_hash
(self) ->
u64
Implementations on Foreign Types
§
Source
§
impl
GetHash
for &
str
Source
§
fn
get_hash
(self) ->
u64
Implementors
§
Source
§
impl
GetHash
for &
HashStr