humat 0.3.1

Formatting numbers for us, while the machines are still at bay.
Documentation
# HUMAT - Human Formatter

[![Crates.io Version](https://img.shields.io/crates/v/humat)](https://crates.io/crates/humat)
[![GitHub Tag](https://img.shields.io/github/v/tag/hanyu-dev/humat)](https://github.com/hanyu-dev/humat/tags)
[![Documentation](https://img.shields.io/docsrs/humat)](https://docs.rs/humat)
[![CI Check](https://img.shields.io/github/actions/workflow/status/hanyu-dev/humat/ci.yml?branch=main)](https://github.com/hanyu-dev/humat/actions?query=branch%main)
[![License](https://img.shields.io/crates/l/humat)](https://github.com/hanyu-dev/humat/blob/main/LICENSE)

Formatting numbers for us, while the machines are still at bay.

The primary purpose for this crate is to format numbers in a customizable fashion based around magnitudes.

## MSRV

1.83.0

## License

MIT

## Credits

This crate is inspired by [BobGneu/human-format-rs](https://github.com/BobGneu/human-format-rs).
If you want a simple and faster solution, this crate is for you.