All notable changes to this project will be documented in this file.
- 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?
- Make
no_std
by default. - Improve documentation.
- Initial release.