ToruNiina/toml11
TOML for Modern C++ observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 55
- Release rhythm 28
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 33
- age_days: 3423
- days_rel: 564
- days_push: 273
- n_releases_24m: 2
Adoption not part of the score
1294 stars · 186 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
toml11 is a feature-rich, header-only TOML parsing and serialization library for C++11/14/17/20. It fully complies with the TOML v1.0.0 specification, provides clear error messages with locations, preserves comments and formatting information, and supports type conversions to STL containers.
Use cases
- parse TOML configuration files in C++
- serialize C++ data structures to TOML
- read config files with comments preserved
- convert TOML values into STL containers
- get clear error messages with line locations when parsing TOML
- support TOML 1.1 features in a C++ project
When to choose
- you need a spec-compliant TOML parser for modern C++
- you want a header-only library with no dependencies
- you need to preserve comments and formatting when round-tripping TOML files
- you want detailed, location-aware parse error messages
When to avoid
- your project uses a language other than C++
- you need a general-purpose configuration format like YAML or JSON instead of TOML
- you need runtime-driven dynamic schemas beyond TOML's type system
Facets
library · maturity stable
parser serialization developer-tools files cpp cross-platform toml header-only c-plus-plus config-files
2 sources
- readme: https://github.com/ToruNiina/toml11 · fetched 2026-08-28 · af274d8c31c6
- homepage: https://toruniina.github.io/toml11/ · fetched 2026-08-29 · 5f9ae056aab2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ToruNiina/toml11 | main | 55 |
For agents
markdown · JSON · MCP: product_card(name="ToruNiina/toml11")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem