# Dashtable: a concurrent raw hash table (fork of dashmap)
[](https://crates.io/crates/dashtable)
[](https://docs.rs/dashtable/0.1.0/)
[](https://releases.rs/docs/1.85.0/)
[](https://github.com/gendx/dashtable/tree/0.1.0)
[](https://deps.rs/crate/dashtable/0.1.0)
[](https://github.com/gendx/dashtable/blob/0.1.0/LICENSE)
[](https://app.codecov.io/gh/gendx/dashtable/tree/0.1.0)
[](https://github.com/gendx/dashtable/actions/workflows/build.yml)
[](https://github.com/gendx/dashtable/actions/workflows/tests.yml)
This is a fork of the `dashmap` crate that adds minimal support for a raw
`HashTable` API akin to the `hashbrown` crate.