added documentation

it's nothing too novel, okay?
This commit is contained in:
2025-07-14 20:35:49 -04:00
parent 42dff3f186
commit 57952ec41d
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Storage library
also known as `storage`
## What is this?
An internal storage library. This was needed because both `public` and `task` needed storage functionality. Additionally, this helps maintainability and avoids duplicate code.