16 lines
304 B
Markdown
16 lines
304 B
Markdown
# myclib
|
|
|
|
A small, personal C library for learning and experimentation.
|
|
**Not production-ready. Use at your own risk.**
|
|
|
|
## Features
|
|
|
|
- Thread-safe hashmaps
|
|
- Thread-safe dynamic strings
|
|
- Thread-safe circular queues
|
|
- Thread-safe vectors
|
|
|
|
## Usage
|
|
|
|
See the `test/` folder for examples.
|