bracket-fluent 0.1.0

Fluent integration for the bracket template engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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