We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca1309 commit 4e02a5bCopy full SHA for 4e02a5b
Cargo.toml
@@ -5,5 +5,9 @@ authors = ["Christian Tamblyn <[email protected]>"]
5
edition = "2018"
6
description = "A simple crate which allows iteration over the set bits in an integral value."
7
license = "MIT"
8
+documentation = "https://docs.rs/bit-iter"
9
+repository = "https://github.com/ctamblyn/bit-iter"
10
+keywords = ["bits", "iterator", "bit-twiddling"]
11
+categories = ["algorithms"]
12
13
[dependencies]
0 commit comments