message-format

Crates.iomessage-format
lib.rsmessage-format
version0.0.1
sourcesrc
created_at2016-05-26 12:52:11.094097
updated_at2016-05-26 12:52:11.094097
descriptionAn implementation of ICU MessageFormats for Rust.
homepagehttps://github.com/endoli/message-format.rs
repositoryhttps://github.com/endoli/message-format.rs
max_upload_size
id5191
size26,575
Bruce Mitchener (waywardmonkeys)

documentation

README

message-format

Build Status

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.

Commit count: 104

cargo fmt