lean-decimal 0.1.1

Fast, fixed-precision, floating-point decimal types.
Documentation
1
2
3
4
5
6
7
8
9
# v0.1.1 (2026-04-19)

- Fix typo in README.

# v0.1.0 (2026-04-18)

- First version.
- Type `Decimal` and alias `Dec128`.
- Basic oprations, Display, and FromStr.