An open API service indexing awesome lists of open source software.

https://github.com/endoli/humanize.rs

Format values into human friendly forms. Parse human input to get back values.
https://github.com/endoli/humanize.rs

Last synced: over 1 year ago
JSON representation

Format values into human friendly forms. Parse human input to get back values.

Awesome Lists containing this project

README

          

# humanize

[![CI](https://github.com/endoli/humanize.rs/actions/workflows/ci.yml/badge.svg)](https://github.com/endoli/humanize.rs/actions/workflows/ci.yml)
[![](https://img.shields.io/crates/v/humanize.svg)](https://crates.io/crates/humanize)
[![docs.rs](https://img.shields.io/docsrs/humanize)](https://docs.rs/humanize)

This crate lets you format values in human-friendly form as well as parse human
input to get back values.

Dual licensed under the MIT and Apache 2 licenses.

## Documentation

The API is fully documented with examples:

## 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. Formatting is next to be
implemented.

## 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.