update readme

This commit is contained in:
2025-08-02 12:20:08 +02:00
parent 2480ec1727
commit 3547f570e6

View File

@@ -1,2 +1,9 @@
# myclib
My personal C library
This is a personal C library created for learning and experimentation.
It is not production-ready. Use at your own risk.
## Features
- Hashmaps
- Dynamic strings (requires linking with the math library)