Available on crate feature
dashmap only.Expand description
Re-exports of dashmap types with [alloy_primitives::map::DefaultHashBuilder] as the hasher.
Modules§
Structs§
- DashSet
- DashSet is a thin wrapper around
DashMapusing()as the value type. It uses methods and types which are more convenient to work with on a set.
Enums§
Type Aliases§
- DashMap
- Re-export of
DashMapwith [alloy_primitives::map::DefaultHashBuilder] as the hasher.