feat: add rust codes for simple_hash (#724)

This commit is contained in:
Night Cruising
2023-09-08 00:38:55 +08:00
committed by GitHub
parent 180d4982c9
commit 2217ffc447
2 changed files with 76 additions and 0 deletions
+5
View File
@@ -89,6 +89,11 @@ path = "chapter_stack_and_queue/array_deque.rs"
name = "linkedlist_deque"
path = "chapter_stack_and_queue/linkedlist_deque.rs"
# Run Command: cargo run --bin simple_hash
[[bin]]
name = "simple_hash"
path = "chapter_hashing/simple_hash.rs"
# Run Command: cargo run --bin hash_map
[[bin]]
name = "hash_map"