Decision Workspace
print_perf vs ts_ vs time_requirements
Side-by-side comparison of Rust crates
42
print_perf
growingv0.1.9
Ergonomic print optimization for Rust. This crate will provide a struct and a helper macro that you can use to measure and print out the time between two points in your code.
47
ts_
experimentalv0.1.3
High-performance, lightweight time measurement library based on coarsetime. / 基于 coarsetime 的高性能轻量级时间测量库。
44
time_requirements
experimentalv0.1.0
Crate to measure time requirements of steps in your code.
Core Metrics
| print_perf | ts_ | time_requirements | |
|---|---|---|---|
| Health Score | 42 | 47 | 44 |
| Total Downloads | 14.7K | 848 | 373 |
| 30d Downloads | 14 | 242 | 17 |
| Dependents | 0 | 29 | 0 |
| Releases | 10 | 3 | 1 |
| Last Updated | 2525d ago | 98d ago | 80d ago |
| Age | 7y 1m | 4m | 2m |
Health Breakdown
print_perf
Maintenance
4
Quality
16
Community
5
Popularity
5
Documentation
12
ts_
Maintenance
14
Quality
15
Community
7
Popularity
3
Documentation
8
time_requirements
Maintenance
9
Quality
13
Community
6
Popularity
3
Documentation
13
Technical Details
| print_perf | ts_ | time_requirements | |
|---|---|---|---|
| Version | 0.1.9 | 0.1.3 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Unlicense OR MIT | MulanPSL-2.0 | MIT |
| Dependencies | 0 | 6 | 5 |
| Crate Size | 4KB | 12KB | 13KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ts_ leads with a health score of 47/100, but none of the options score above 80.
- •print_perf has the most downloads (14.7K), suggesting wider adoption.
- •⚠ print_perf has not been updated in over a year.