feat: add tests

This commit is contained in:
2025-09-07 17:35:30 +02:00
parent be154db6cf
commit 3e0584d139
10 changed files with 165 additions and 129 deletions

View File

@@ -8,3 +8,6 @@ It is not production-ready. Use at your own risk.
- Hashmaps - Thread-safe (MT Safe)
- Dynamic strings - Thread-safe (MT Safe)
- Circular Queue - Thread-safe (MT Safe)
## Examples
You can find examples inside `test/` folder.