Docs.rs
quick-hash-cache-1.0.1
quick-hash-cache 1.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Snojj25
Dependencies
hashbrown ^0.13
normal
num_cpus ^1.13.0
normal
quanta ^0.9
normal
rand ^0.8
normal
tokio ^1
normal
tokio ^1
dev
Versions
21.05%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Shard
quick_
hash_
cache
1.0.1
Shard
Aliased Type
In crate quick_
hash_
cache
quick_hash_cache
Type Alias
Shard
Copy item path
Source
pub type Shard<K, T, S> =
HashMap
<K, T, S>;
Aliased Type
ยง
pub struct Shard<K, T, S> {
/* private fields */
}