toml11
TOML parser
A C++ library for parsing and serializing the TOML data format
TOML for Modern C++
1k stars
19 watching
162 forks
Language: C++
last commit: about 1 month ago
Linked from 2 awesome lists
c-plus-plusc-plus-plus-11c-plus-plus-14c-plus-plus-17c-plus-plus-20header-onlyparserserializertomltoml-parser
Related projects:
Repository | Description | Stars |
---|---|---|
marzer/tomlplusplus | A C++ library for parsing and serializing TOML configuration files | 1,577 |
mayah/tinytoml | A lightweight C++ header-only parser for the TOML configuration file format. | 167 |
uiri/toml | A Python library for parsing and creating the TOML data interchange format. | 1,095 |
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
iarna/iarna-toml | A TOML parser and stringifier that provides a familiar JSON interface. | 320 |
kowainik/tomland | A Haskell library for bidirectional serialization of TOML configuration data | 122 |
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,736 |
skystrife/cpptoml | A C++ library for parsing TOML configuration files | 587 |
toml-rs/toml | Tools and utilities for parsing and editing TOML configuration files in Rust | 729 |
tamasfe/taplo | A Rust toolkit for parsing and encoding TOML v1.0.0 data | 1,453 |
eddelbuettel/rcpptoml | Provides C++ bindings for parsing TOML configuration files in R packages | 36 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 35 |
nimparsers/parsetoml | Library for parsing TOML files into Nim data structures and converting them to JSON or alternative formats. | 114 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 107 |
crystal-community/toml.cr | A Crystal implementation of the TOML data serialization format | 60 |