Decision Workspace
cfg-exclusive vs is_not vs featurecomb
Side-by-side comparison of Rust crates
39
cfg-exclusive
growingv0.0.1
A procedural macro for defining mutually exclusive cfg attributes.
41
is_not
growingv0.1.0
A procedural macro much like #[cfg(...)] that can be re-exported from a library based on enabled features
53
featurecomb
growingv0.2.0
Define feature groups and enforce relations between Cargo features from your manifest
Core Metrics
| cfg-exclusive | is_not | featurecomb | |
|---|---|---|---|
| Health Score | 39 | 41 | 53 |
| Total Downloads | 1.6K | 82.8K | 59.8K |
| 30d Downloads | 17 | 4.3K | 4.3K |
| Dependents | 1 | 0 | 0 |
| Releases | 1 | 1 | 5 |
| Last Updated | 645d ago | 1977d ago | 20d ago |
| Age | 1y 9m | 5y 5m | 1y 4m |
Health Breakdown
cfg-exclusive
Maintenance
1
Quality
15
Community
4
Popularity
4
Documentation
15
is_not
Maintenance
1
Quality
16
Community
6
Popularity
6
Documentation
12
featurecomb
Maintenance
18
Quality
13
Community
6
Popularity
6
Documentation
10
Technical Details
| cfg-exclusive | is_not | featurecomb | |
|---|---|---|---|
| Version | 0.0.1 | 0.1.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 0 | 9 |
| Crate Size | 7KB | 6KB | 14KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | 1.60.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •featurecomb leads with a health score of 53/100, but none of the options score above 80.
- •is_not has the most downloads (82.8K), suggesting wider adoption.
- •⚠ cfg-exclusive, is_not have not been updated in over a year.