This repository was archived by the owner on Aug 19, 2025. It is now read-only.
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.