document hot_lib for developers a bit

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-28 18:54:27 -04:00 committed by June
commit 9c0c4c292c
5 changed files with 28 additions and 13 deletions

7
hot_lib/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "hot_lib"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["rlib", "dylib"]