# humanize [![Build Status](https://travis-ci.org/endoli/humanize.rs.svg?branch=master)](https://travis-ci.org/endoli/humanize.rs) [![](http://meritbadge.herokuapp.com/humanize)](https://crates.io/crates/humanize) Dual licensed under the MIT and Apache 2 licenses. ## Installation This crate works with Cargo and is on [crates.io](https://crates.io/crates/humanize). Add it to your `Cargo.toml` like so: ```toml [dependencies] humanize = "0.0.1" ``` ## Status of Implementation Things are under active development. ## Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.