cycle_map 0.1.0

Implementations of bi-directionally accessible hashmaps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.hashbrown]
default-features = false
features = ["raw", "ahash"]
version = "0.12.0"

[package]
authors = ["Tyler Bloom <tylerbloom2222@gmail.com>"]
categories = ["data-structures"]
description = "Implementations of bi-directionally accessible hashmaps"
edition = "2021"
keywords = ["hashmap", "map"]
license = "LGPL-3.0"
name = "cycle_map"
readme = "README.md"
repository = "https://github.com/TylerBloom/DoubleMap.git"
resolver = "2"
version = "0.1.0"