Modules§
Structs§
- DashMap
- DashMap is an implementation of a concurrent associative array/hashmap in Rust.
- 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. - Read
Only View - A read-only view into a
DashMap
. Allows to obtain raw references to the stored values. - Shared
Value - A simple wrapper around
T