# fluent-static-value [![Latest version](https://img.shields.io/crates/v/fluent-static-value.svg)](https://crates.io/crates/fluent-static-value) 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. ## Usage TBD ## License This project is licensed under [MIT license](/LICENSE.md). Feel free to use, modify, and distribute it as per the license conditions. ---