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
11
12
13
14
15
[package]
# I CAN'T BELIEVE I OWN THE CAFFEINE CRATE!!!! I feel so cool
name = "caffeine"
version = "0.1.3"
edition = "2021"
description = "Simple hash table implementation using open addressing. Written for use with my crafting interpeters tutorial implementation."
license-file = "LICENSE.md"

[dependencies]
rand = "0.8.5"

# It's pretty fitting that I own this crate bc I am
# a literal junkie for Caffeine

# Hope you have fun using my crate!