Skip to main content

Module dashmap

Module dashmap 

Source
Available on crate feature dashmap only.
Expand description

Re-exports of dashmap types with [alloy_primitives::map::DefaultHashBuilder] as the hasher.

Modules§

mapref

Structs§

DashSet
DashSet is a thin wrapper around DashMap using () as the value type. It uses methods and types which are more convenient to work with on a set.

Enums§

Entry

Type Aliases§

DashMap
Re-export of DashMap with [alloy_primitives::map::DefaultHashBuilder] as the hasher.