https://github.com/codebrainz/coax
A utility library for C.
https://github.com/codebrainz/coax
Last synced: 10 months ago
JSON representation
A utility library for C.
- Host: GitHub
- URL: https://github.com/codebrainz/coax
- Owner: codebrainz
- License: mit
- Created: 2023-06-12T05:58:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T03:06:23.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:47:41.313Z (12 months ago)
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coax
Coax is a simple plain C utility library that contains code I often use in
projects over and over. It is inspired by Glib but has only a small subset of
similar utilities.
You can either link the Coax library into your project, embed the library
sources directly into your own code, or generate single header file that you
can include into your project similar to STB-libraries.
The project is currently under development and not meant for production use.