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

ron-rs/ron

Rusty Object Notation observed · 2026-08-28

github.com/ron-rs/ron · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 99
  • Release rhythm 77
  • Longevity 100
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: 84
  • age_days: 4153
  • days_rel: 72
  • days_push: 11
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

3997 stars · 153 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

RON (Rusty Object Notation) is a readable data serialization format that resembles Rust syntax and supports the full Serde data model, including structs, enums, tuples, maps, and ranges. It ships as a Rust crate providing a parser and serializer for the format, commonly used for game configs and other structured data files.

Use cases

  • serialize rust structs to a human-readable config file
  • parse game configuration files in rust
  • serde-compatible data format alternative to json
  • read and write rust-like object notation files
  • store enums and tuples in a config format
  • deserialize nested structs and maps from text

When to choose

  • you want a config format that mirrors Rust syntax and Serde's data model
  • you need enums, tuples, or ranges in your serialized data
  • you want human-readable, comment-friendly config files for Rust or game projects

When to avoid

  • you need broad ecosystem interoperability with non-Rust tooling
  • you need a widely standardized format like JSON, YAML, or TOML
  • you need machine-generated data interchange across many languages

Facets

library · maturity stable

serialization parser configuration-management developer-tools files programming-languages rust cross-platform data-format serde config-format rust-syntax game-config game-development

10 sources

Member repositories

RepositoryRoleHealth v2
ron-rs/ronmain92

For agents

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

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