Crates for the crates.io!

This commit is contained in:
Carol (Nichols || Goulding) 2016-09-26 22:37:23 -04:00
parent 021998f193
commit 2d5ea64dd5

View File

@ -356,7 +356,7 @@ This code will print the 18 bytes that make up this `String`, starting with:
// ... etc
```
There are crates available to get grapheme clusters from `String`s.
There are crates available on crates.io to get grapheme clusters from `String`s.
To summarize, strings are complicated. Different programming languages make
different choices about how to present this complexity to the programmer. Rust