Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Releases: decathorpe/unit-prefix

Release 0.5.1

11 Dec 09:50
c90eb3c
Compare
Choose a tag to compare

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

11 Dec 09:44
86eea49
Compare
Choose a tag to compare

This is the initial release of unit-prefix after the fork from number-prefix. Public APIs remains unchanged.