index-set

Crates.ioindex-set
lib.rsindex-set
version0.1.0
sourcesrc
created_at2019-01-12 17:30:45.661782
updated_at2019-01-12 17:30:45.661782
descriptionAn ordered set that stores indices in a sparse bit field.
homepagehttps://github.com/jaehl/index-set
repositoryhttps://github.com/jaehl/index-set
max_upload_size
id108176
size62,990
J Mills (jaehl)

documentation

https://docs.rs/index-set

README

index-set

An ordered set that stores indices in a sparse bit field.

Crates.io

Documentation

Usage

Add the following to Cargo.toml:

[dependencies]
index-set = "0.1"

License

This project is licensed under the MIT license.

Commit count: 1

cargo fmt