dashtable 0.1.0

A concurrent raw hash table
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Dashtable: a concurrent raw hash table (fork of dashmap)

[![Crate](https://img.shields.io/crates/v/dashtable.svg?logo=rust)](https://crates.io/crates/dashtable)
[![Documentation](https://img.shields.io/docsrs/dashtable/0.1.0?logo=rust)](https://docs.rs/dashtable/0.1.0/)
[![Minimum Rust 1.85.0](https://img.shields.io/crates/msrv/dashtable/0.1.0.svg?logo=rust&color=orange)](https://releases.rs/docs/1.85.0/)
[![Lines of Code](https://www.aschey.tech/tokei/github/gendx/dashtable?category=code&branch=0.1.0)](https://github.com/gendx/dashtable/tree/0.1.0)
[![Dependencies](https://deps.rs/crate/dashtable/0.1.0/status.svg)](https://deps.rs/crate/dashtable/0.1.0)
[![License](https://img.shields.io/crates/l/dashtable/0.1.0.svg)](https://github.com/gendx/dashtable/blob/0.1.0/LICENSE)
[![Codecov](https://codecov.io/gh/gendx/dashtable/branch/0.1.0/graph/badge.svg)](https://app.codecov.io/gh/gendx/dashtable/tree/0.1.0)
[![Build Status](https://github.com/gendx/dashtable/actions/workflows/build.yml/badge.svg?branch=0.1.0)](https://github.com/gendx/dashtable/actions/workflows/build.yml)
[![Test Status](https://github.com/gendx/dashtable/actions/workflows/tests.yml/badge.svg?branch=0.1.0)](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.