mambo_map 0.0.6

lightweight, simple, minimally blocking multithreaded hashtable
Documentation
1
2
3
4
5
6
7
8
A very simple and cross-platform implementation of the cache table framework that uses only use std::{
mem,
    sync::{Arc, Mutex, RwLock, TryLockError},
} set of the standard rust library

```rust

```