docs: Update README
This commit is contained in:
parent
ea713ef459
commit
5b17128a4e
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue