Docs.rs
hyperparameter-0.5.11
hyperparameter 0.5.11
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
reiase
Dependencies
clap ^4.4.7
normal
optional
config ^0.14.0
normal
const-str ^0.5.6
normal
lazy_static ^1.4.0
normal
linkme ^0.3
normal
optional
phf ^0.11
normal
xxhash-rust ^0.8.7
normal
clap ^4.4.7
dev
criterion ^0.5.1
dev
proptest ^1.2.0
dev
Versions
25%
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
hyperparameter
0.5.11
XXHashable
Required Methods
xxh
Implementations on Foreign Types
&String
&str
CStr
CString
String
Implementors
In crate hyperparameter
Trait
hyperparameter
::
XXHashable
Copy item path
source
·
[
−
]
pub trait XXHashable { // Required method fn
xxh
(&self) ->
u64
; }
Required Methods
§
source
fn
xxh
(&self) ->
u64
Implementations on Foreign Types
§
source
§
impl
XXHashable
for &
str
source
§
fn
xxh
(&self) ->
u64
source
§
impl
XXHashable
for &
String
source
§
fn
xxh
(&self) ->
u64
source
§
impl
XXHashable
for
CString
source
§
fn
xxh
(&self) ->
u64
source
§
impl
XXHashable
for
String
source
§
fn
xxh
(&self) ->
u64
source
§
impl
XXHashable
for
CStr
source
§
fn
xxh
(&self) ->
u64
Implementors
§