Crate spinoso_string
source · [−]Expand description
A String object holds and manipulates an arbitrary sequence of bytes, typically representing characters.
Structs
An iterator that yields a byte string centered within a padding byte string.
An iterator that yields a u32
codepoints from a String
.
An iterator that yields a debug representation of a String
and its byte
contents as a sequence of char
s.
An iterator that moves out of a string.
Error returned when failing to deserialize an Encoding
.
A wrapper around the decomposed parts of a Vec<T>
.
Enums
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.