[package] name = "bit_combi_iter" version = "1.0.2" edition = "2018" authors = ["rhysd "] description = "An iterator to iterate all bit combinations less than given unsigned integer" license = "MIT" homepage = "https://github.com/rhysd/bit_combi_iter#readme" repository = "https://github.com/rhysd/bit_combi_iter" readme = "README.md" categories = ["algorithms"] keywords = ["bit", "combinations", "iterator"] documentation = "https://docs.rs/bit_combi_iter" include = [ "/src/lib.rs", "/README.md", "/LICENSE.txt", ] [badges] maintenance = { status = "passively-maintained" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.bench] lto = true opt-level = 3 [dependencies]