fmtastic 0.2.0

Format numbers using the unicode characters via the Display trait.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Changelog
## 0.2.0
* Integers types are now abstracted behind an `Integer` trait.
* Added support for formatting sub- and superscript as binary.
* Added seven segment formatting.
* Added tally marks.
* Breaking: Align behaviour of + with that of the built-in formatting for `VulgarFraction`.
* Breaking: Raise MSRV to 1.75.0.

## 0.1.0
Initial release