aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 90ad8384f88dc22f2a18534ad3262222c633a094 (plain) (blame)
1
2
3
4
# Fluent, fluently
A small Rust library handling loading runtime loading of [Fluent](https://github.com/projectfluent/fluent-rs) 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](https://github.com/AEnterprise/fluent-localization) for something with more features, namely compile-time validation and localisation struct generation for easier access.