async-map 0.2.3

A rarely-locking, shared map for Rust.
Documentation

Crates.io async-map codecov

This Rust project provides datastructures for shared use in an async environment, with the aim of avoiding locking as far as possible.

The first such datastructure is VersionedMap, a Map with no-Locking and optimized for high-read, low-write use cases.