bidirectional-map 0.1.4

A two-way map data structure for small keys and values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "bidirectional-map"
version = "0.1.4"
authors = ["Nathan Stoddard"]
description = "A two-way map data structure for small keys and values"
license = "MIT"
readme = "README.md"
repository = "https://github.com/nstoddard/bidirectional-map"

[lib]
name = "bidirectional_map"
doc = true