id-set 0.2.1

A bitset implementation that stores data on the stack for small sizes.
Documentation
1
2
3
4
5
6
7
8
9
[package]

name = "id-set"

description = "A bitset implementation that stores data on the stack for small sizes."

documentation = "https://docs.rs/id-set/"

repository = "https://github.com/andrewhickman/id-set"

license = "MIT/Apache-2.0"

version = "0.2.1"

keywords = ["data-structures", "bitset"]

authors = ["Andrew Hickman <andrew.hickman1@sky.com>"]