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

Release 0.5.1

Latest

Choose a tag to compare

@decathorpe decathorpe released this 11 Dec 09:50
· 1 commit to main since this release
c90eb3c

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.