# fluent-static-formatter [![Latest version](https://img.shields.io/crates/v/fluent-static-formatter.svg)](https://crates.io/crates/fluent-static-formatter) Part of [fluent-static](/README.md) library providing simple to use, yet efficient way to add localization to Rust projects with [Fluent Localization System](https://projectfluent.org/). fluent-static is inspired by and partially based on awesome [Fluent-rs](https://github.com/projectfluent/fluent-rs) project. **fluent-static-formatter** Uses Rust ICU bindings to format Fluent values ## Usage This crate is not intended to be used directly. ## License This project is licensed under [MIT license](/LICENSE.md). Feel free to use, modify, and distribute it as per the license conditions. ---