Decision Workspace
seams-rs-fake vs axess-clock vs escapement
Side-by-side comparison of Rust crates
47
seams-rs-fake
experimentalv0.2.0
Deterministic in-memory seams-rs-core implementations: ManualClock, InstantSleeper, CurrentThreadSpawner, MemoryFileSystem
50
axess-clock
experimentalv0.2.0
Injectable Clock trait for deterministic simulation testing (DST). Foundational primitive used by axess and adjacent crates: production code depends on the `Clock` trait, tests inject `MockClock` to make time-dependent behaviour reproducible.
48
escapement
experimentalv0.1.0
Deterministic time for multi-threaded synchronous code: a virtual clock that only advances when every participating thread is parked
Core Metrics
| seams-rs-fake | axess-clock | escapement | |
|---|---|---|---|
| Health Score | 47 | 50 | 48 |
| Total Downloads | 798 | 98 | 18 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 5 | 0 |
| Releases | 2 | 1 | 1 |
| Last Updated | 90d ago | 42d ago | 5d ago |
| Age | 3m | 1m | 5d |
Health Breakdown
seams-rs-fake
Maintenance
12
Quality
14
Community
6
Popularity
3
Documentation
12
axess-clock
Maintenance
10
Quality
15
Community
8
Popularity
2
Documentation
15
escapement
Maintenance
13
Quality
15
Community
6
Popularity
2
Documentation
12
Technical Details
| seams-rs-fake | axess-clock | escapement | |
|---|---|---|---|
| Version | 0.2.0 | 0.2.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 1 | 0 |
| Crate Size | 10KB | 12KB | 15KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.84 | 1.87 | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •axess-clock leads with a health score of 50/100, but none of the options score above 80.
- •seams-rs-fake has the most downloads (798), suggesting wider adoption.