# Bracket Fluent
Helper for the [bracket][] template engine that integrated with [project fluent][] using the loaders provided by [fluent templates][].
## Examples
Using either a static or arc loader should yield the same result:
```
cargo run --example=static
cargo run --example=arc
```
[bracket]: https://github.com/uwe-app/bracket
[project fluent]: https://www.projectfluent.org/
[fluent templates]: https://docs.rs/fluent-templates