Breaking changes
- Replace
decimal::Category
withcore::num::FpCategory
.
Changed
- Micro-optimizations in rounding.
- Make
.from_parts()
constructor public (Way to directly create decimals with scale without dividing? #3).
Added
- Implement
TryFrom<Decimal>
forUnsignedDecimal
andFrom<UnsignedDecimal>
forDecimal
traits.
Fixed
- Fixed minor issues with ceil/floor rounding.