diff options
| author | Federico Angelilli <code@fedang.net> | 2025-01-15 03:05:50 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-01-15 03:05:50 +0100 |
| commit | bf823b5e86f5a677ca5ceebb17a4507fa01f73c7 (patch) | |
| tree | da9bf5e01273257344178cbe2d7c73a752562ce4 /README.md | |
| parent | 752fae256623eb55f257ffd88c14b91f605770d3 (diff) | |
Update README
Diffstat (limited to 'README.md')
| -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. |
