Decision Workspace
smix-verbs vs smix-migrate vs smix-fixture
Side-by-side comparison of Rust crates
smix-verbs — canonical verb table (maestro ↔ smix mapping) shared by smix-adapter-maestro parser and smix-migrate codemod. Single source of truth for the supported yaml verbs. Reviewer invariant: any new verb must land in VERB_TABLE first; both parser and codemod pick it up automatically.
smix-migrate — static codemod translating maestro-flavored YAML flows to smix canonical form (verb rename table + argument normalization). Consumed by the `smix migrate` CLI subcommand; also usable as a library for batch migration.
smix-fixture — fixture chip registry loader for the `- fixture: <id>` yaml verb. Loads JSON declaring `{ testID, signal, timeoutMs }` per fixture id; used by smix-adapter-maestro runtime to open the QA overlay, tap the chip, and await the declared log signal.
Core Metrics
| smix-verbs | smix-migrate | smix-fixture | |
|---|---|---|---|
| Health Score | 65 | 63 | 61 |
| Total Downloads | 603 | 564 | 615 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 52 | 55 | 28 |
| Releases | 26 | 29 | 28 |
| Last Updated | 1d ago | 1d ago | 1d ago |
| Age | 5d | 5d | 5d |
Health Breakdown
Technical Details
| smix-verbs | smix-migrate | smix-fixture | |
|---|---|---|---|
| Version | 1.0.27 | 1.0.27 | 1.0.27 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 0 | 4 | 4 |
| Crate Size | 5KB | 13KB | 8KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.97 | 1.97 | 1.97 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •smix-verbs leads with a health score of 65/100, but none of the options score above 80.
- •smix-fixture has the most downloads (615), suggesting wider adoption.