Merge branch 'master' of github.com:cktan/tomlc99

This commit is contained in:
CK Tan 2020-11-01 17:53:04 -08:00
commit 84fd6725e0
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
TOML in c99; v1.0 compliant.
If you are looking for a C++ library, you might try this wrapper: [https://github.com/cktan/tomlcpp](https://github.com/cktan/tomlcpp).
## Usage
Please see the `toml.h` file for details. What follows is a simple example that