refactor(readme)

This commit is contained in:
2025-09-10 16:48:15 +02:00
parent 610bf5dab9
commit 8957d565f8

View File

@@ -5,10 +5,12 @@ A small, personal C library for learning and experimentation.
## Features
- Thread-safe hashmaps
- Thread-safe dynamic strings
- Thread-safe circular queues
- Thread-safe vectors
All the features listed are Thread-safe.
- Hashmaps
- Strings
- Circular queues
- Vectors
- Stack
## Usage