0.4.0 (2023-11-02)
With the 0.4.0 release, the size of the cheap ruler struct has been more than halved, but the ability to change or retrieve the distance unit has been removed.
Feature changes
- Breaking The methods
change_unit
,clone_with_unit
anddistance_unit
have been removed. If you need to change the unit of a cheap ruler, you should construct a new instance or multiply resulting distances by a conversion factor.