Decision Workspace
nostd-printf vs brotli vs brotli-decompressor
Side-by-side comparison of Rust crates
Rust crate containing an embedded version of printf which can be used in `no_std` projects which aren't linked to `libc`.
A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.
A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli
Core Metrics
| nostd-printf | brotli | brotli-decompressor | |
|---|---|---|---|
| Health Score | 54 | 79 | 67 |
| Total Downloads | 29.1K | 216.2M | 216.2M |
| 30d Downloads | 2.4K | 10.3M | 10.5M |
| Dependents | 1 | 8.5K | 552 |
| Releases | 5 | 54 | 39 |
| Last Updated | 437d ago | 29d ago | 29d ago |
| Age | 1y 2m | 10y 7m | 9y 2m |
Health Breakdown
Technical Details
| nostd-printf | brotli | brotli-decompressor | |
|---|---|---|---|
| Version | 0.1.4 | 8.0.4 | 5.0.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | BSD-3-Clause AND MIT | BSD-3-Clause/MIT |
| Dependencies | 4 | 5 | 2 |
| Crate Size | 20KB | 752KB | 197KB |
| Features | 1 | 16 | 8 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2015 | — |
| MSRV | 1.85 | 1.59.0 | — |
| Owners | 1 | 3 (team) | 1 |
Links
Quick Verdict
- •brotli leads with a health score of 79/100, but none of the options score above 80.
- •brotli is depended on by 8.5K crates — strongest ecosystem trust.
- •⚠ nostd-printf has not been updated in over a year.
- •nostd-printf is pre-1.0 — API may change.