Expand description
A fork of the dashmap crate to expose a raw hash table API.
Structs§
- Dash
Table - A concurrent raw hash table with items of type
T. - MutOccupied
Entry - An entry in a mutable hash table that contains a value.
- MutVacant
Entry - An entry in a mutable hash table that doesn’t contain any value.
- Occupied
Entry - A hash table entry that contains a value.
- Ref
- Read-only reference to a value in a table.
- Vacant
Entry - A hash table entry that doesn’t contain any value.