Expand description
Modules§
- Formatting strings.
- String types and related functionality.
Structs§
- Provides ASCII operations on
T
, most of them const. - A utility struct for searching bytes in slices.
- Unicode scalars-related operations.
- An EGC backed by a
StringNonul
. - Grapheme
String alloc
An EGC backed by aString
. - An EGC backed by an
StringU8
. - 🚩 An invalid given character was found.
- 🚩 Invalid Utf-8 found while interpreting a byte sequence.
- 🚩
core
An error which can be returned when parsing an float. - 🚩
core
An error which can be returned when parsing an integer. - char7
_char7
A 7-bit unicode scalar, limited to basic latin subset (ASCII). - char8
_char8
- char16
_char16
A 16-bit unicode scalar, limited to the Basic Multilingual Plane subset.
Enums§
- Ascii
Char ascii
One of the 128 Unicode characters from U+0000 through U+007F, often known as the ASCII subset. - 🚩+
core
Kinds of errors that can cause parsing an integer to fail.
Traits§
- Common trait for EGC types.
- Common trait for unicode scalar types.