humfmt 0.1.0

Ergonomic human-readable formatting toolkit for Rust (numbers, bytes, duration, etc.)
Documentation
# humfmt Roadmap


## v0.1.0

- [ ] number() compact numeric formatter
- [ ] ordinal()
- [ ] Humanize trait (partial)
- [ ] English locale pack
- [ ] Full tests for number formatter

## v0.2.0

- [ ] bytes()
- [ ] binary vs decimal byte units

## v0.3.0

- [ ] duration()
- [ ] list()

## v0.4.0

- [ ] ago()
- [ ] chrono/time integration

## v0.5.0

- [ ] Russian locale
- [ ] Polish locale
- [ ] locale customization API

## v1.0.0

- [ ] Stable public API snapshot
- [ ] docs.rs full examples
- [ ] benchmark suite