async-map 0.1.1

A rarely-locking, shared map for Rust.
Documentation
1
2
3
4
5
[![Build Status](https://cloud.drone.io/api/badges/herblet/async-map/status.svg)](https://cloud.drone.io/herblet/async-map)

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.