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.
- Host: GitHub
- URL: https://github.com/endoli/humanize.rs
- Owner: endoli
- License: apache-2.0
- Created: 2016-07-21T10:17:30.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T17:01:55.000Z (over 2 years ago)
- Last Synced: 2025-04-14T11:08:45.728Z (over 1 year ago)
- Language: Rust
- Homepage: https://endoli.github.io/humanize.rs/
- Size: 636 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# humanize
[](https://github.com/endoli/humanize.rs/actions/workflows/ci.yml)
[](https://crates.io/crates/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.