mirror of
https://github.com/zaaarf/fluent-fluently.git
synced 2024-11-13 00:49:20 +01:00
Tiny library handling the IO part for fluent-rs.
https://docs.zaaarf.foo/fluent-fluently/latest
src | ||
.editorconfig | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.