Ross ROSS = Recommend OSS · open-source software intelligence for agents

toml

Rust TOML Parser observed · 2026-09-03

github.com/toml-rs/toml · homepage · Rust · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
toml-rs/tomlmain77
toml-rs/toml-rsmirror10

For agents

markdown · JSON · MCP: product_card(name="toml-rs/toml")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem