Decision Workspace
cfg_mixin vs cfg-tt vs is_not
Side-by-side comparison of Rust crates
41
cfg_mixin
experimentalv0.1.0
Attribute macro that produces on/off copies of items and expands #[on(...)] / #[off(...)] attributes.
49
cfg-tt
experimentalv0.3.0
A procedural macro that allows using #[cfg] anywhere and at token granularity.
41
is_not
growingv0.1.0
A procedural macro much like #[cfg(...)] that can be re-exported from a library based on enabled features
Core Metrics
| cfg_mixin | cfg-tt | is_not | |
|---|---|---|---|
| Health Score | 41 | 49 | 41 |
| Total Downloads | 710 | 1.7K | 82.8K |
| 30d Downloads | 323 | 447 | 4.3K |
| Dependents | 12 | 9 | 0 |
| Releases | 1 | 4 | 1 |
| Last Updated | 67d ago | 83d ago | 1977d ago |
| Age | 2m | 2m | 5y 5m |
Health Breakdown
cfg_mixin
Maintenance
9
Quality
14
Community
5
Popularity
3
Documentation
10
cfg-tt
Maintenance
11
Quality
13
Community
8
Popularity
4
Documentation
13
is_not
Maintenance
1
Quality
16
Community
6
Popularity
6
Documentation
12
Technical Details
| cfg_mixin | cfg-tt | is_not | |
|---|---|---|---|
| Version | 0.1.0 | 0.3.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 4 | 0 |
| Crate Size | 5KB | 11KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cfg-tt leads with a health score of 49/100, but none of the options score above 80.
- •is_not has the most downloads (82.8K), suggesting wider adoption.
- •⚠ is_not has not been updated in over a year.