mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 00:38:08 +08:00
chore: update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -1,8 +1,9 @@
|
|||||||
toml11
|
toml11
|
||||||
======
|
======
|
||||||
|
|
||||||
[](https://travis-ci.org/ToruNiina/toml11)
|
[](https://travis-ci.org/ToruNiina/toml11)
|
||||||
[](https://ci.appveyor.com/project/ToruNiina/toml11/branch/master)
|
[](https://ci.appveyor.com/project/ToruNiina/toml11/branch/master)
|
||||||
|
[](https://circleci.com/gh/ToruNiina/toml11/tree/master)
|
||||||
[](https://github.com/ToruNiina/toml11/releases)
|
[](https://github.com/ToruNiina/toml11/releases)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://doi.org/10.5281/zenodo.1209136)
|
[](https://doi.org/10.5281/zenodo.1209136)
|
||||||
@@ -13,9 +14,14 @@ compatible to the latest version of
|
|||||||
[TOML v0.5.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.5.0.md)
|
[TOML v0.5.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.5.0.md)
|
||||||
after version 2.0.0.
|
after version 2.0.0.
|
||||||
|
|
||||||
|
It passes [the language agnostic test suite for TOML parsers by BurntSushi](https://github.com/BurntSushi/toml-test).
|
||||||
|
Not only the test suite itself, tiny TOML reader/encoder also runs on [CircleCI](https://circleci.com/gh/ToruNiina/toml11).
|
||||||
|
You can see the error messages about invalid files and serialization results of valid files at
|
||||||
|
[CircleCI](https://circleci.com/gh/ToruNiina/toml11).
|
||||||
|
|
||||||
Are you looking for pre-C++11 compatible toml parser?
|
Are you looking for pre-C++11 compatible toml parser?
|
||||||
Try [Boost.toml](https://github.com/ToruNiina/Boost.toml)!
|
Try [Boost.toml](https://github.com/ToruNiina/Boost.toml)!
|
||||||
It has almost the same functionality as this library and works with C++98 & Boost.
|
It has a bit less functionality than this library but works with C++98 + Boost.
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user