Modules§
- fmt
 - Utilities for formatting and printing 
Strings. - mem
 - Basic functions for dealing with memory.
 - str
 - Utilities for the 
strprimitive 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 
Orderingis 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