Skip to content

Release 0.5.1

Latest
Compare
Choose a tag to compare
@decathorpe decathorpe released this 11 Dec 09:50
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.