rand_set 0.1.2

A hash set with O(1) random element access and all standard set operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "rand_set"

version = "0.1.2"

edition = "2024"

description = "A hash set with O(1) random element access and all standard set operations"

license = "MIT OR Apache-2.0"

readme = "README.md"

keywords = ["hash","rand", "hashSet", "set"]

documentation = "https://docs.rs/rand_set" 

homepage = "https://github.com/RonHachmon/rand_set"

categories = ["data-structures"]

repository = "https://github.com/RonHachmon/rand_set"



[dependencies]

rand = "0.9.1"