Rust implementation of Project Fluent
Clone or download
JohnHeitmann and zbraniecki Fix mod usage (#72)
* Use the proper path for FluentBundle
* Drop the `extern crate...` ceremony for 2018 edition
Latest commit efc8813 Dec 12, 2018

README.md

Fluent Build Status Coverage Status

fluent-rs is a collection of Rust crates implementing Project Fluent.

The crates perform the following functions:

fluent crates.io

Implementation of the Fluent Localization System providing localization capabilities for any Rust project.

fluent-syntax crates.io

Fluent Syntax parser/serializer API.