fluent-templates 0.4.5

Templating for the Fluent localization framework
Documentation
1
2
3
4
5
6
7
8
9
10
# `fluent-templates`

![CI Status](https://github.com/XAMPPRocky/fluent-templates/workflows/Rust/badge.svg?branch=master&event=push)
![Current Version](https://img.shields.io/crates/v/fluent-templates.svg)
[![License: MIT/Apache-2.0](https://img.shields.io/crates/l/fluent-templates.svg)](#license)


This crate provides you with the ability to create [Fluent](https://docs.rs/fluent) loaders that implement [Handlebars](https://docs.rs/handlebars/)' `handlebars::HelperDef` and [Tera](https://docs.rs/tera) `tera::Function`. Allowing you to easily add localisation to your templating engines.

All template engine implementations are optional and can be disabled with features.