fluent-static-function 0.1.0

Automatically generate Rust functions from Fluent message files for streamlined localization in Rust applications.
Documentation
[dependencies.fluent-static-value]
version = "0.1.0"

[dependencies.thiserror]
version = "1"

[lib]
name = "fluent_static_function"
path = "src/lib.rs"

[package]
authors = ["Sergey Zaytsev <sergey@zzlabs.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["localization", "internationalization"]
description = "Automatically generate Rust functions from Fluent message files for streamlined localization in Rust applications."
edition = "2021"
homepage = "https://github.com/zaytsev/fluent-static"
include = ["/src", "README.md"]
keywords = ["localization", "l10n", "i18n", "internationalization", "fluent"]
license = "MIT"
name = "fluent-static-function"
readme = "README.md"
repository = "https://github.com/zaytsev/fluent-static"
version = "0.1.0"