1 unstable release
Uses old Rust 2015
0.0.1 | May 26, 2016 |
---|
#87 in #icu
15KB
288 lines
message-format
A library based on ICU MessageFormat for formatting messages in internationalized applications.
Dual licensed under the MIT and Apache 2 licenses.
Installation
This crate works with Cargo and is on
crates.io.
Add it to your Cargo.toml
like so:
[dependencies]
message-format = "0.0.1"
Status of Implementation
Things are under active development. This project is not quite usable yet as some of the basic functionality is being written.
I also don't like the current API for users.
lib.rs
:
Message Format
This crate provides ICU-style message formatting. This provides for formatting values taking localization rules into account.