Expand description
A String object holds and manipulates an arbitrary sequence of bytes, typically representing characters.
Structs§
- Immutable
String
byte iterator. - An iterator that yields a byte string centered within a padding byte string.
- An iterator that yields a
u32
codepoints from aString
. - An iterator that yields a debug representation of a
String
and its byte contents as a sequence ofchar
s. - An iterator that moves out of a string.
- Error returned when failing to deserialize an
Encoding
. - Immutable
String
byte slice iterator. - Mutable
String
byte iterator. - A wrapper around the decomposed parts of a
Vec<T>
.
Enums§
- Case
Fold casecmp
Unicode case folding strategies. - Error returned when failing to construct a
Center
iterator. - Error returned when failing to construct a
Codepoints
iterator/ - An Encoding instance represents a character encoding usable in Ruby.