nohashmap 0.1.2

Use HashMap syntax in Rust for non-hashable types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nohashmap"
version = "0.1.2"
edition = "2021"
description = "Use HashMap syntax in Rust for non-hashable types"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/nohashmap"
repository = "https://github.com/debruijn/nohashmap"
authors = ["Bert de Bruijn"]
keywords = ["hashmap", "map", "floats", "hash"]

[dependencies]
itertools = "0.14.0"

[profile.dev]
opt-level = 3