Tiny library handling the IO part for fluent-rs. https://docs.zaaarf.foo/fluent-fluently/latest
Find a file
2024-05-15 19:00:21 +02:00
src feat: made more generic 2024-05-15 19:00:21 +02:00
.editorconfig feat: initial, basic implementation 2024-02-12 18:52:47 +01:00
.gitignore feat: initial, basic implementation 2024-02-12 18:52:47 +01:00
Cargo.toml feat: initial, basic implementation 2024-02-12 18:52:47 +01:00
LICENSE docs: written docs 2024-02-12 21:21:54 +01:00
README.md docs: written docs 2024-02-12 21:21:54 +01:00

Fluent, fluently

A small Rust library handling loading runtime loading of Fluent localisation. By design, Fluent does not touch the IO part, only providing String parsing. This library takes care of that.

I intentionally kept this as simple as possible to reflect my very basic use case. Check out fluent-localization for something with more features, namely compile-time validation and localisation struct generation for easier access.