Decision Workspace
tls-hot-reload vs mailrs-tls-reload vs tls_root_primer
Side-by-side comparison of Rust crates
52
tls-hot-reload
experimentalv0.3.0
Tiny crate that brings wait- and lock-free TLS certificate hot-reloading for rustls
51
mailrs-tls-reload
experimentalv1.0.1
Hot-reloadable rustls ServerConfig via arc-swap. Atomic cert/key rotation without dropping in-flight connections. Plus PEM file loader. Use with ACME, Let's Encrypt renewal hooks, or any cert-rotation flow.
49
tls_root_primer
experimentalv0.1.6
Triggers Windows's automatic root certificate installation for Rust applications, fixing TLS issues on clean systems.
Core Metrics
| tls-hot-reload | mailrs-tls-reload | tls_root_primer | |
|---|---|---|---|
| Health Score | 52 | 51 | 49 |
| Total Downloads | 3.0K | 38 | 2.6K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 2 | 0 |
| Releases | 3 | 2 | 7 |
| Last Updated | 59d ago | 3d ago | 206d ago |
| Age | 11m | 3d | 7m |
Health Breakdown
tls-hot-reload
Maintenance
16
Quality
14
Community
6
Popularity
4
Documentation
12
mailrs-tls-reload
Maintenance
14
Quality
15
Community
7
Popularity
2
Documentation
13
tls_root_primer
Maintenance
12
Quality
14
Community
6
Popularity
4
Documentation
13
Technical Details
| tls-hot-reload | mailrs-tls-reload | tls_root_primer | |
|---|---|---|---|
| Version | 0.3.0 | 1.0.1 | 0.1.6 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0 OR MIT | MIT |
| Dependencies | 9 | 7 | 6 |
| Crate Size | 16KB | 18KB | 10KB |
| Features | 3 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •tls-hot-reload leads with a health score of 52/100, but none of the options score above 80.
- •tls-hot-reload, tls_root_primer are pre-1.0 — API may change.