Decision Workspace
nostd-printf vs brotli vs ftree
Side-by-side comparison of Rust crates
54
nostd-printf
experimentalv0.1.4
Rust crate containing an embedded version of printf which can be used in `no_std` projects which aren't linked to `libc`.
72
brotli
growingv8.0.2
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.
62
ftree
stablev1.3.0
A very fast fenwick tree implementation
Core Metrics
| nostd-printf | brotli | ftree | |
|---|---|---|---|
| Health Score | 54 | 72 | 62 |
| Total Downloads | 16.9K | 162.1M | 159.0K |
| 30d Downloads | 1.4K | 12.8M | 21.4K |
| Dependents | 1 | 6.1K | 65 |
| Releases | 5 | 52 | 7 |
| Last Updated | 329d ago | 223d ago | 82d ago |
| Age | 10m | 10y 4m | 2y 8m |
Health Breakdown
nostd-printf
Maintenance
14
Quality
14
Community
6
Popularity
5
Documentation
15
brotli
Maintenance
9
Quality
21
Community
20
Popularity
8
Documentation
14
ftree
Maintenance
12
Quality
21
Community
10
Popularity
6
Documentation
13
Technical Details
| nostd-printf | brotli | ftree | |
|---|---|---|---|
| Version | 0.1.4 | 8.0.2 | 1.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | BSD-3-Clause AND MIT | Apache-2.0 OR MIT |
| Dependencies | 4 | 4 | 2 |
| Crate Size | 20KB | 742KB | 7KB |
| Features | 1 | 16 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2015 | 2021 |
| MSRV | 1.85 | 1.59.0 | — |
| Owners | 1 | 3 (team) | 1 |
Links
Quick Verdict
- •brotli leads with a health score of 72/100, but none of the options score above 80.
- •brotli is depended on by 6.1K crates — strongest ecosystem trust.
- •nostd-printf is pre-1.0 — API may change.