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