aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5689217..aad5a55 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ My personal extension of the standard library, mostly containing foundational ge
## List of packages
+- [assetembed](./assetembed/): HTTP handler for efficiently serving embedded assets using the cache-busting pattern
- [jsonmatch](./jsonmatch/): matching of encoded JSON payloads against fixed assertions
- [option](./option/): an Option type with strong isolation
- [options](./options/): additional functions for type Option