rust-cli/confy
🛋 Zero-boilerplate configuration management in Rust observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 77
- Release rhythm 30
- Longevity 100
Flags: no_license
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: 167
- age_days: 3082
- days_rel: 310
- days_push: 142
- n_releases_24m: 2
Adoption not part of the score
1041 stars · 75 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
confy is a Rust library providing zero-boilerplate configuration management, loading and saving app config structs to platform-appropriate locations with a single function call. It supports TOML by default with optional YAML and RON formats via feature flags.
Use cases
- load app configuration in a Rust CLI with one line
- store user settings in the correct OS config directory
- persist config as TOML, YAML, or RON
- avoid boilerplate for reading and writing config files
- create default config files automatically on first run
When to choose
- you want simple, opinionated config handling in a Rust app
- you need cross-platform config file locations without writing path logic
- you prefer convention over configuration for small-to-medium apps
When to avoid
- you need complex, multi-file or hierarchical configuration
- you require custom config formats or storage backends
- you need environment-variable or remote config management
Facets
library · maturity stable
configuration-management serialization developer-tools cross-platform rust windows cross-platform config-files toml yaml ron xdg zero-boilerplate command-line linux macos
2 sources
- readme: https://github.com/rust-cli/confy · fetched 2026-08-28 · d76a8e622ec8
- registry_crates: https://crates.io/api/v1/crates/confy · fetched 2026-08-29 · 84a91443f05c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-cli/confy | main | 65 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem