Decision Workspace
hashmapbool vs bool-tag-expr vs boolean-enums
Side-by-side comparison of Rust crates
39
hashmapbool
experimentalv0.1.1
The new and improved way to use boolean values in your rust code, requiring heap allocation and wasting resources on conversion.
55
bool-tag-expr
experimentalv0.1.0-beta.2
Parse boolean expressions of tags for filtering and selecting
48
boolean-enums
growingv0.4.1
Generate enums with Yes and No variants. Supports no_std and serde.
Core Metrics
| hashmapbool | bool-tag-expr | boolean-enums | |
|---|---|---|---|
| Health Score | 39 | 55 | 48 |
| Total Downloads | 880 | 381 | 34.5K |
| 30d Downloads | 4 | 216 | 8.8K |
| Dependents | 0 | 11 | 0 |
| Releases | 2 | 2 | 9 |
| Last Updated | 281d ago | 15d ago | 115d ago |
| Age | 9m | 3m | 7y 8m |
Health Breakdown
hashmapbool
Maintenance
7
Quality
15
Community
3
Popularity
4
Documentation
10
bool-tag-expr
Maintenance
16
Quality
15
Community
8
Popularity
3
Documentation
13
boolean-enums
Maintenance
10
Quality
17
Community
6
Popularity
5
Documentation
10
Technical Details
| hashmapbool | bool-tag-expr | boolean-enums | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.0-beta.2 | 0.4.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 6 | 2 |
| Crate Size | 3KB | 21KB | 9KB |
| Features | 0 | 3 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bool-tag-expr leads with a health score of 55/100, but none of the options score above 80.
- •boolean-enums has the most downloads (34.5K), suggesting wider adoption.