We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a3f6e commit 2a6e706Copy full SHA for 2a6e706
Cargo.toml
@@ -3,3 +3,9 @@ name = "bit-long-vec"
3
version = "0.1.0"
4
authors = ["vagola <vladislavs.golubs@yandex.ru>"]
5
edition = "2018"
6
+description = "Vector with fixed bit sized values stored in long."
7
+license = "MIT"
8
+homepage = "https://github.com/eihwaz/bit-long-vec"
9
+repository = "https://github.com/eihwaz/bit-long-vec"
10
+keywords = ["bitset", "bitvector"]
11
+readme = "README.md"
0 commit comments