Documentation
  • Coverage
  • 100%
    27 out of 27 items documented0 out of 10 items with examples
  • Size
  • Source code size: 26.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.48 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • endoli/message-format.rs
    12 7 6
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • waywardmonkeys

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.