Modules§
- fmt
- Utilities for formatting and printing
String
s. - mem
- Basic functions for dealing with memory.
- str
- Utilities for the
str
primitive type. - utf
Structs§
- Cursor
- Cursor
Info - None
Extras - Phantom
Data - Zero-sized type used to mark things that “act like” they own a
T
. - Range
- A (half-open) range bounded inclusively below and exclusively above
(
start..end
). - StrCursor
- StrCursor
Info
Enums§
- Ordering
- An
Ordering
is the result of a comparison between two values.
Constants§
Traits§
- Add
- The addition operator
+
. - AddAssign
- The addition assignment operator
+=
. - Cursor
Trait - Extras
- Move
Offset - StrCursor
Trait - Sub
- The subtraction operator
-
. - SubAssign
- The subtraction assignment operator
-=
. - ToCursor
- ToExtras
Functions§
- isize_
to_ usize - returns (
abs
,signum
) - wrap