rand_set 0.1.0

A hash set with O(1) random element access and all standard set operations
Documentation
[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
description = "A hash set with O(1) random element access and all standard set operations"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "rand_set"
readme = false
version = "0.1.0"