Releases: danielparks/roundable
Releases · danielparks/roundable
Release 0.2.0
- Allow selecting the rule for dealing with values that are exactly halfway between two round numbers. For example, what does
5.round_to(10)
return?
Release 0.1.1
- Make
no_std
by default. - Improve documentation.
Release 0.1.0
- Initial release.