fluent-zero 0.1.4

A zero-allocation, high-performance Fluent localization loader optimized for GUIs and games via compile-time caching to return &'static str for static messages.
Documentation
[package]
name = "fluent-zero"
description = "A zero-allocation, high-performance Fluent localization loader optimized for GUIs and games via compile-time caching to return &'static str for static messages."
version = "0.1.4"
edition = "2024"
license = "MIT"
readme = "../README.md"
documentation = "https://docs.rs/fluent-zero"
repository = "https://github.com/xangelix/fluent-zero"
categories = [
    "localization",
    "internationalization",
    "gui",
    "caching",
    "game-development",
]
keywords = ["fluent", "i18n", "zero-allocation", "static", "l10n"]

[dependencies]
arc-swap = "1"
fluent-bundle = "0.16"
fluent-syntax = "0.12"
phf = { version = "0.13", features = ["macros"] }
unic-langid = "0.9"