Expand description

rseip-core

core module for rseip, please look at rseip project for more information.

License

MIT

Re-exports

pub extern crate smallvec;

Modules

Structs

A UTF-8–encoded, growable string.

Enums

An owned, grow-able UTF-8 string that allocates short strings inline on the stack.

An owned, grow-able UTF-8 string that allocates short strings inline on the stack.

Traits

Error is a trait representing the basic expectations for error values, i.e., values of type E in Result<T, E>.

A trait that exists to abstract string operations over any number of concrete string type implementations.