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:
@@ -2658,7 +2658,8 @@ impl str {
|
|||||||
///
|
///
|
||||||
/// It's important to remember that [`char`] represents a Unicode Scalar
|
/// It's important to remember that [`char`] represents a Unicode Scalar
|
||||||
/// Value, and may not match your idea of what a 'character' is. Iteration
|
/// 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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user