Decision Workspace
clmul vs bitslice vs use-logic
Side-by-side comparison of Rust crates
50
clmul
experimentalv0.8.0
Carry-less multiply for Rust, internally uses llvm or compiler intrinsics, with fallback if the CPU has no clmul instruction
37
bitslice
growingv0.1.2
A crate to transpose bits into and out of bitslice format, and perform various operations on bitsliced data.
56
use-logic
experimentalv0.0.6
Utility-first boolean algebra helpers for RustUse
Core Metrics
| clmul | bitslice | use-logic | |
|---|---|---|---|
| Health Score | 50 | 37 | 56 |
| Total Downloads | 379 | 3.8K | 228 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 13 |
| Releases | 6 | 3 | 6 |
| Last Updated | 158d ago | 608d ago | 59d ago |
| Age | 7m | 2y 9m | 2m |
Health Breakdown
clmul
Maintenance
12
Quality
16
Community
6
Popularity
3
Documentation
13
bitslice
Maintenance
5
Quality
15
Community
3
Popularity
4
Documentation
10
use-logic
Maintenance
14
Quality
15
Community
9
Popularity
3
Documentation
15
Technical Details
| clmul | bitslice | use-logic | |
|---|---|---|---|
| Version | 0.8.0 | 0.1.2 | 0.0.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 3 | 0 |
| Crate Size | 13KB | 16KB | 3KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | 1.95.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •use-logic leads with a health score of 56/100, but none of the options score above 80.
- •bitslice has the most downloads (3.8K), suggesting wider adoption.
- •⚠ bitslice has not been updated in over a year.