Whatвђ™s New In Rust 1.47 -
Range::is_empty and RangeInclusive::is_empty : Simple checks for whether a range contains no values.
: Added the Ayu theme to the documentation generator and enhanced the search functionality with a new help button for type-based searches. If you'd like more details, I can: What’s new in Rust 1.47
ASCII character checks (e.g., is_ascii_alphabetic , is_ascii_digit ). I can: ASCII character checks (e.g.
Explain how the simplifies your code.
Several new APIs were added to the stable standard library, including: and checked_mul .
Many existing methods were made const , allowing them to be used in constant contexts: The new method for all NonZero integers.
Integer arithmetic operations like checked_add , saturating_sub , and checked_mul .