Expand description
Re-exports§
pub extern crate smallvec;
Modules§
Structs§
- StdString
- A UTF-8–encoded, growable string.
Enums§
- Either
- Inlinable
String - An owned, grow-able UTF-8 string that allocates short strings inline on the stack.
- String
- An owned, grow-able UTF-8 string that allocates short strings inline on the stack.
Traits§
- Error
- StdError
Error
is a trait representing the basic expectations for error values, i.e., values of typeE
inResult<T, E>
.- String
Ext - A trait that exists to abstract string operations over any number of concrete string type implementations.