d21336ee0a
Being able to index into the bytes of a string encourages poor UTF-8 hygiene. To get a view of `&[u8]` from either a `String` or `&str` slice, use the `as_bytes()` method. Closes #12710. [breaking-change] |
||
---|---|---|
.. | ||
hash | ||
bitv.rs | ||
btree.rs | ||
deque.rs | ||
dlist.rs | ||
enum_set.rs | ||
lib.rs | ||
macros.rs | ||
priority_queue.rs | ||
ringbuf.rs | ||
slice.rs | ||
smallintmap.rs | ||
str.rs | ||
string.rs | ||
treemap.rs | ||
trie.rs | ||
unicode.rs | ||
vec.rs |