diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,7 @@ single-file C libraries released under MIT license ## [any\_log](./any_log.h) A simple log libary that supports normal and structured logging. +Current version: `v0.1.0` ## [any\_hash](./any_hash.h) @@ -20,6 +21,10 @@ A library that provides a simple ini parser. A library for reading, handling and printing s-expressions. +## [any\_json](./any_json.h) + +A library for reading (TODO) and writing JSON. + ## ... More libraries will be made and released as time passes. |
