Rollup merge of #68495 - sdegutis:patch-1, r=Mark-Simulacrum
Updating str.chars docs to mention crates.io. This might spare someone else a little time searching the stdlib for unicode/grapheme support.
This commit is contained in:
commit
5f818f94e7
@ -2658,7 +2658,8 @@ impl str {
|
||||
///
|
||||
/// It's important to remember that [`char`] represents a Unicode Scalar
|
||||
/// Value, and may not match your idea of what a 'character' is. Iteration
|
||||
/// over grapheme clusters may be what you actually want.
|
||||
/// over grapheme clusters may be what you actually want. This functionality
|
||||
/// is not provided by Rust's standard library, check crates.io instead.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user