Decision Workspace
fluent-zero vs fluent-zero-build vs fluent4rs
Side-by-side comparison of Rust crates
A zero-allocation, high-performance Fluent localization loader optimized for GUIs and games via compile-time caching to return &'static str for static messages.
Build-time code generator for fluent-zero. It compiles Fluent (.ftl) files into static, zero-allocation Rust code and Perfect Hash Maps.
Parser / codec for [Fluent FTL files](https://github.com/projectfluent/fluent/blob/master/spec/fluent.ebnf), written for [lingora](https://github.com/nigeleke/lingora) (a localization management program), and may be found to be useful outside of that context. It is not intended to replace any aspects of the [fluent-rs](https://github.com/projectfluent/fluent-rs) crate implemented by [Project Fluent](https://projectfluent.org/), and, for the majority of language translation needs, the reader is referred back to that crate.
Core Metrics
| fluent-zero | fluent-zero-build | fluent4rs | |
|---|---|---|---|
| Health Score | 46 | 47 | 65 |
| Total Downloads | 825 | 822 | 10.7K |
| 30d Downloads | 61 | 61 | 140 |
| Dependents | 0 | 0 | 14 |
| Releases | 3 | 3 | 21 |
| Last Updated | 57d ago | 57d ago | 30d ago |
| Age | 1m | 1m | 1y |
Health Breakdown
Technical Details
| fluent-zero | fluent-zero-build | fluent4rs | |
|---|---|---|---|
| Version | 0.1.2 | 0.1.2 | 2.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 5 | 3 | 6 |
| Crate Size | 11KB | 8KB | 70KB |
| Features | 0 | 0 | 7 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fluent4rs leads with a health score of 65/100, but none of the options score above 80.
- •fluent-zero, fluent-zero-build are pre-1.0 — API may change.