sparse_set 0.8.1

Implementation of the sparse set data structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.arbitrary]
optional = true
version = "1.3.0"
[dev-dependencies.coverage-helper]
version = "0.1.0"

[package]
authors = ["Scott Godwin <sgodwincs@gmail.com>"]
categories = ["data-structures"]
description = "Implementation of the sparse set data structure"
edition = "2021"
keywords = ["sparse", "set"]
license = "MIT OR Apache-2.0"
name = "sparse_set"
readme = "README.md"
repository = "https://github.com/sgodwincs/sparse_set"
version = "0.8.1"