ron-rs/ron
Rusty Object Notation 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
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
- readme: https://github.com/ron-rs/ron · fetched 2026-08-28 · 2581e089b6c8
- homepage: https://docs.rs/ron · fetched 2026-08-29 · 1e0146c5c6b7
- site_page: https://docs.rs/ · fetched 2026-08-29 · 35213d539031
- site_page: https://docs.rs/crate/ron/latest · fetched 2026-08-29 · 999da1552492
- site_page: https://docs.rs/crate/ron/latest/features · fetched 2026-08-29 · e28ca02e5352
- 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
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ron-rs/ron | main | 92 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem