handlebars-fluent 0.5.0

Handlebars helpers for the Fluent internationalization framework
Documentation
1
2
3
4
5
6
7
8
9
10
## handlebars-fluent

[![Build Status](https://github.com/Manishearth/handlebars-fluent/workflows/Rust/badge.svg)](https://github.com/Manishearth/handlebars-fluent/actions)
[![Current Version](https://img.shields.io/crates/v/handlebars-fluent)](https://crates.io/crates/handlebars-fluent)
[![License: MIT/Apache-2.0](https://img.shields.io/crates/l/handlebars-fluent.svg)](#license)


This crate provides the Rust implementation¹ of [Handlebars](https://docs.rs/handlebars/) with a helper for the [Fluent](https://docs.rs/fluent) internationalization framework.

¹ <sub> See [handlebars-helper-fluent](https://github.com/alerque/handlebars-helper-fluent) for a Fluent helper for the Javascript implementation of Handlebars.</sub>