- Implemented
UnitRescale
type. - Implemented
CanRoot<3>
forVolume
. Output type isUnitRescale<Length>
. - Added
cc
as a symbol for cubic centimeters. - Added
Quantity::cancel_exponent
method. - Implemented
UnitMixed
trait. - Implemented
UnitUnary
trait.
- Reworked
serde
support for compound and anonymous unit types. - Simplified trait bounds for unit operations.
- Renamed types and traits in
dimension
module.
- Removed accidental requirements for standard library features on dependencies.
- Corrected missed
std::
usage indim!
macro.
- Implemented unit tests and error type for
Quantity<Time>
conversions. - Added
stable
andunstable
as feature groups.
- Enabled
no_std
.
- Published.