Decision Workspace
escape-ascii vs le-stream vs jppe
Side-by-side comparison of Rust crates
38
escape-ascii
growingv0.1.0
An extremly tiny tool to convert stdin raw byte stream to printable escaped-ascii form (with slice::escape_ascii()), such as byte literals in source codes on many programming languages (e.g. "\x1b\x04printable\x16\n")
59
le-stream
stablev8.0.0
De-/serialize objects from/to little endian byte streams
53
jppe
growingv1.1.1
This is a byte stream structured serialization and deserialization library.
Core Metrics
| escape-ascii | le-stream | jppe | |
|---|---|---|---|
| Health Score | 38 | 59 | 53 |
| Total Downloads | 1.6K | 32.6K | 16.1K |
| 30d Downloads | 3 | 192 | 36 |
| Dependents | 0 | 19 | 4 |
| Releases | 1 | 61 | 13 |
| Last Updated | 1001d ago | 11d ago | 492d ago |
| Age | 2y 9m | 1y 6m | 2y |
Health Breakdown
escape-ascii
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
12
le-stream
Maintenance
18
Quality
14
Community
9
Popularity
5
Documentation
13
jppe
Maintenance
8
Quality
20
Community
8
Popularity
5
Documentation
12
Technical Details
| escape-ascii | le-stream | jppe | |
|---|---|---|---|
| Version | 0.1.0 | 8.0.0 | 1.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 4 | 12 |
| Crate Size | 4KB | 10KB | 28KB |
| Features | 0 | 5 | 5 |
| Yanked % | 0.0% | 86.9% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.60 | — | 1.56 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •le-stream leads with a health score of 59/100, but none of the options score above 80.
- •⚠ escape-ascii, jppe have not been updated in over a year.
- •escape-ascii is pre-1.0 — API may change.