[dependencies.rand]
version = "0.9.1"
[lib]
name = "rand_set"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A hash set with O(1) random element access and all standard set operations"
documentation = "https://docs.rs/rand_set"
edition = "2024"
homepage = "https://github.com/RonHachmon/rand_set"
keywords = ["hash", "rand", "hashSet", "set"]
license = "MIT OR Apache-2.0"
name = "rand_set"
readme = "README.md"
repository = "https://github.com/RonHachmon/rand_set"
version = "0.1.2"