Decision Workspace
mpnet-rs vs safetensors vs anamnesis
Side-by-side comparison of Rust crates
42
mpnet-rs
growingv0.1.3
This is a translation of MPNet from PyTorch into Rust Candle.
70
safetensors
growingv0.8.0
Provides functions to read and write safetensors which aim to be safer than their PyTorch counterpart. The format is 8 bytes which is an unsized int, being the size of a JSON header, the JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets for the values in the rest of the file.
60
anamnesis
experimentalv0.6.8
Parse any tensor format, recover any precision — framework-agnostic FP8/GPTQ/AWQ/BnB dequantization, NPZ parsing, and PyTorch .pth conversion for Rust
Core Metrics
| mpnet-rs | safetensors | anamnesis | |
|---|---|---|---|
| Health Score | 42 | 70 | 60 |
| Total Downloads | 5.6K | 18.0M | 645 |
| 30d Downloads | 0 | 1.5M | 0 |
| Dependents | 0 | 2.9K | 20 |
| Releases | 4 | 22 | 22 |
| Last Updated | 832d ago | 34d ago | 18d ago |
| Age | 2y 5m | 3y 7m | 3m |
Health Breakdown
mpnet-rs
Maintenance
8
Quality
15
Community
5
Popularity
4
Documentation
10
safetensors
Maintenance
18
Quality
15
Community
14
Popularity
8
Documentation
15
anamnesis
Maintenance
19
Quality
13
Community
10
Popularity
3
Documentation
15
Technical Details
| mpnet-rs | safetensors | anamnesis | |
|---|---|---|---|
| Version | 0.1.3 | 0.8.0 | 0.6.8 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 6 | 8 | 15 |
| Crate Size | 11KB | 35KB | 4.9MB |
| Features | 1 | 3 | 10 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.80 | 1.88 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •safetensors leads with a health score of 70/100, but none of the options score above 80.
- •safetensors is depended on by 2.9K crates — strongest ecosystem trust.
- •⚠ mpnet-rs has not been updated in over a year.