layered-bitset 0.1.0

Bit set implementation using layered structure
Documentation
[dependencies]

[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Zakarum <zakarumych@ya.ru>"]
categories = ["algorithms", "no-std"]
description = "Bit set implementation using layered structure"
documentation = "https://docs.rs/layered-bitset"
edition = "2018"
homepage = "https://github.com/zakarumych/layered-bitset"
keywords = ["bitset"]
license = "MIT OR Apache-2.0"
name = "layered-bitset"
readme = "README.md"
repository = "https://github.com/zakarumych/layered-bitset"
version = "0.1.0"