Crates.io | message-format |
lib.rs | message-format |
version | 0.0.1 |
source | src |
created_at | 2016-05-26 12:52:11.094097 |
updated_at | 2016-05-26 12:52:11.094097 |
description | An implementation of ICU MessageFormats for Rust. |
homepage | https://github.com/endoli/message-format.rs |
repository | https://github.com/endoli/message-format.rs |
max_upload_size | |
id | 5191 |
size | 26,575 |
A library based on ICU MessageFormat for formatting messages in internationalized applications.
Dual licensed under the MIT and Apache 2 licenses.
This crate works with Cargo and is on
crates.io.
Add it to your Cargo.toml
like so:
[dependencies]
message-format = "0.0.1"
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.