Skip to content

Commit 5053fac

Browse files
committed
Add README.md, categories, keywords
1 parent 5d38ba0 commit 5053fac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ name = "collidea"
33
version = "0.1.0"
44
edition = "2021"
55
authors = ["Saeed Kazemi"]
6-
description = "Collision-prone memory efficient collections"
6+
categories = ["data-structures"]
7+
keywords = ["hashmap", "hashset"]
8+
description = "Collision-prone memory-efficient collections"
79
license = "MIT"
10+
readme = "README.md"
811
repository = "https://github.com/skazemi/collidea-rust"
912

1013
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# collidea-rust
2+
Experimental collision-prone memory-efficient collections
3+
4+
## Features
5+
- [ ] Hash map
6+
- [ ] Hash set

0 commit comments

Comments
 (0)