caffeine 0.1.3

Simple hash table implementation using open addressing. Written for use with my crafting interpeters tutorial implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies.rand]
version = "0.8.5"

[package]
description = "Simple hash table implementation using open addressing. Written for use with my crafting interpeters tutorial implementation."
edition = "2021"
license-file = "LICENSE.md"
name = "caffeine"
readme = "README.md"
version = "0.1.3"