docs: Update README

This commit is contained in:
Kevin ALavik 2025-06-08 01:06:09 +02:00
parent ea713ef459
commit 5b17128a4e
Signed by: cmpsb
GPG key ID: 4B0812CE8CC1142A

View file

@ -1,5 +1,11 @@
# ckit
A minimal collection of reusable C headers
## Header List
- [arena.h](arena.h): Minimal, Portable Freestanding Arena Allocator
A minimal collection of reusable C headers for modern C projects.
## Available Headers
- [`arena.h`](arena.h): Minimal, portable, and freestanding arena allocator.
## License
This project is licensed under the Apache 2.0 License as part of Piraterna. See [LICENSE](LICENSE) for details.