Crate rseip_core

Source
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§

cip
codec
hex
iter

Structs§

StdString
A UTF-8–encoded, growable string.

Enums§

Either
InlinableString
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 type E in Result<T, E>.
StringExt
A trait that exists to abstract string operations over any number of concrete string type implementations.