roundable 0.2.0

Round numbers and durations to a given factor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Change log

All notable changes to this project will be documented in this file.

## Release 0.2.0 (2024-03-18)

* 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 (2024-03-14)

* Make `no_std` by default.
* Improve documentation.

## Release 0.1.0 (2024-03-14)

* Initial release.