humfmt 0.2.0

Ergonomic human-readable formatting toolkit for Rust
Documentation
# humfmt Roadmap


## Released in v0.2.0

- [x] compact number formatting
- [x] byte-size formatting
- [x] ordinal formatting
- [x] duration formatting
- [x] relative-time formatting
- [x] natural-language list formatting
- [x] English, Russian, and Polish locale packs
- [x] `CustomLocale` overrides
- [x] optional `chrono` / `time` integrations
- [x] docs.rs all-features documentation pass

## Next Up

- [ ] Stable public API snapshot for the formatter surface
- [ ] more locale packs and locale ergonomics
- [ ] benchmark suite
- [ ] docs.rs deep-dive examples and cookbook-style guides