This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Releases: decathorpe/unit-prefix
Releases · decathorpe/unit-prefix
Release 0.5.1
Implementations of the Display and FromStr traits are now also available in no_std mode. Both traits have been in core since Rust 1.6 - since the introduction of core (#1, @aatifsyed).
The only code that remains gated by the "std" feature is impl std::error::Error for NumberPrefixParseError.
Release 0.5.0
This is the initial release of unit-prefix after the fork from number-prefix. Public APIs remains unchanged.