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 5d38ba0 commit 5053facCopy full SHA for 5053fac
Cargo.toml
@@ -3,8 +3,11 @@ name = "collidea"
3
version = "0.1.0"
4
edition = "2021"
5
authors = ["Saeed Kazemi"]
6
-description = "Collision-prone memory efficient collections"
+categories = ["data-structures"]
7
+keywords = ["hashmap", "hashset"]
8
+description = "Collision-prone memory-efficient collections"
9
license = "MIT"
10
+readme = "README.md"
11
repository = "https://github.com/skazemi/collidea-rust"
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
README.md
@@ -0,0 +1,6 @@
1
+# collidea-rust
2
+Experimental collision-prone memory-efficient collections
+
+## Features
+- [ ] Hash map
+- [ ] Hash set
0 commit comments