toml
Rust TOML Parser observed · 2026-09-03
Health v2 · maintenance only
77/100
- Activity 100
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3351
- days_rel: n/a
- days_push: 0
- n_releases_24m: 0
Adoption not part of the score
1070 stars · 161 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A native Rust encoder and decoder for TOML-formatted files and streams, providing serde Serialize/Deserialize support. The repository also includes companion crates like toml_edit for format-preserving editing and toml_parser/toml_writer for low-level access.
Use cases
- parse toml config files in rust
- deserialize toml into rust structs with serde
- edit toml files while preserving formatting and comments
- serialize rust structs to toml
- read cargo-style configuration files
When to choose
- you need serde-compatible TOML parsing or serialization in Rust
- you need format-preserving TOML editing via toml_edit
- you need a no_std-capable TOML implementation
When to avoid
- you need a general-purpose config format beyond TOML
- you are not working in Rust
Facets
library · maturity stable
serialization parser developer-tools developer-tools files parsers rust cross-platform toml serde format-preserving-editing no-std configuration-format
10 sources
- readme: https://github.com/toml-rs/toml · fetched 2026-09-03 · b8c1ee4046e8
- homepage: https://docs.rs/toml · fetched 2026-08-29 · c3326123fe13
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
- site_page: https://docs.rs/ · fetched 2026-08-29 · b57fc633766e
- site_page: https://docs.rs/crate/toml/latest · fetched 2026-08-29 · 47808ae16159
- site_page: https://docs.rs/crate/toml/latest/features · fetched 2026-08-29 · c8dbf4c6b3cf
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| toml-rs/toml | main | 77 |
| toml-rs/toml-rs | mirror | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem