Decision Workspace
key-list vs fral vs group-varint-encoding
Side-by-side comparison of Rust crates
46
key-list
growingv1.0.0
A very minimal crate to get you a specific sequence between two characters in a string, fast.
43
fral
growingv1.0.2
Functional random-access lists.
40
group-varint-encoding
growingv0.1.2
Fast algorithm to compress lists if integers in blocks of 4. Appends 0s to blocks, if length of input is not divisable by 4.
Core Metrics
| key-list | fral | group-varint-encoding | |
|---|---|---|---|
| Health Score | 46 | 43 | 40 |
| Total Downloads | 5.0K | 5.0K | 4.6K |
| 30d Downloads | 91 | 5 | 22 |
| Dependents | 5 | 0 | 1 |
| Releases | 1 | 3 | 3 |
| Last Updated | 2179d ago | 2912d ago | 1227d ago |
| Age | 5y 11m | 7y 12m | 3y 5m |
Health Breakdown
key-list
Maintenance
1
Quality
21
Community
8
Popularity
4
Documentation
12
fral
Maintenance
3
Quality
20
Community
5
Popularity
4
Documentation
11
group-varint-encoding
Maintenance
4
Quality
15
Community
7
Popularity
4
Documentation
10
Technical Details
| key-list | fral | group-varint-encoding | |
|---|---|---|---|
| Version | 1.0.0 | 1.0.2 | 0.1.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 2 | 1 |
| Crate Size | 3KB | 7KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | — | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •key-list leads with a health score of 46/100, but none of the options score above 80.
- •fral has the most downloads (5.0K), suggesting wider adoption.
- •⚠ key-list, fral, group-varint-encoding have not been updated in over a year.
- •group-varint-encoding is pre-1.0 — API may change.