Decision Workspace
gostd_settings vs configparser vs ini
Side-by-side comparison of Rust crates
37
gostd_settings
growingv0.1.4
gostd_settings is library for reading and writing properties files. 是一个用于读写属性配置文件的库
69
configparser
stablev3.2.0
A simple configuration parsing utility with no dependencies that allows you to parse INI and ini-style syntax. You can use this to write Rust programs which can be customized by end users easily.
55
ini
growingv1.3.0
A simple macro built on top of configparser to load and parse ini files. You can use this to write Rust programs which can be customized by end users easily.
Core Metrics
| gostd_settings | configparser | ini | |
|---|---|---|---|
| Health Score | 37 | 69 | 55 |
| Total Downloads | 5.3K | 25.5M | 1.5M |
| 30d Downloads | 0 | 500.6K | 66.1K |
| Dependents | 0 | 1.9K | 236 |
| Releases | 4 | 39 | 14 |
| Last Updated | 846d ago | 38d ago | 2144d ago |
| Age | 4y 1m | 6y 1m | 6y |
Health Breakdown
gostd_settings
Maintenance
3
Quality
15
Community
6
Popularity
4
Documentation
9
configparser
Maintenance
17
Quality
16
Community
15
Popularity
8
Documentation
13
ini
Maintenance
4
Quality
20
Community
12
Popularity
7
Documentation
12
Technical Details
| gostd_settings | configparser | ini | |
|---|---|---|---|
| Version | 0.1.4 | 3.2.0 | 1.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR LGPL-3.0-or-later | MIT OR LGPL-3.0-or-later |
| Dependencies | 1 | 5 | 1 |
| Crate Size | 5KB | 28KB | 8KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 10.3% | 0.0% |
| Edition | 2018 | 2024 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •configparser leads with a health score of 69/100, but none of the options score above 80.
- •configparser is depended on by 1.9K crates — strongest ecosystem trust.
- •⚠ gostd_settings, ini have not been updated in over a year.
- •gostd_settings is pre-1.0 — API may change.