rand_map 0.1.1

A map that creates a random handle on insertion to use when retrieving
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rand_map"
version = "0.1.1"
authors = ["Anders Lindeberg <ajl@andersjlindeberg.se>"]
edition = "2024"
license = "MIT-0"
description = "A map that creates a random handle on insertion to use when retrieving"
repository = "https://github.com/andersjl/rand_map"
keywords = ["collection", "map", "random-key"]
categories = ["data-structures"]

[dependencies]
hashers = "1.0.1"
rand = "0.9.2"
serde = { version = "1.0.137", features = ["derive"], optional = true }

[features]
serialize = ["serde"]