Decision Workspace
gostd_settings vs configparser vs ini
Side-by-side comparison of Rust crates
38
gostd_settings
growingv0.1.4
gostd_settings is library for reading and writing properties files. 是一个用于读写属性配置文件的库
60
configparser
growingv3.1.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 | 38 | 60 | 55 |
| Total Downloads | 5.3K | 22.4M | 1.1M |
| 30d Downloads | 6 | 1.2M | 94.6K |
| Dependents | 0 | 1.6K | 185 |
| Releases | 4 | 38 | 14 |
| Last Updated | 738d ago | 654d ago | 2036d ago |
| Age | 3y 9m | 5y 9m | 5y 9m |
Health Breakdown
gostd_settings
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
9
configparser
Maintenance
7
Quality
17
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.1.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 | 3 | 1 |
| Crate Size | 5KB | 25KB | 8KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 10.5% | 0.0% |
| Edition | 2018 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •configparser leads with a health score of 60/100, but none of the options score above 80.
- •configparser is depended on by 1.6K crates — strongest ecosystem trust.
- •⚠ gostd_settings, configparser, ini have not been updated in over a year.
- •gostd_settings is pre-1.0 — API may change.