Expand description
Contains an ffi-safe equivalent of std::string::String
.
Structs§
- Drain
- An Iterator returned by
RString::drain
, which removes and yields all the characters in a range from the RString. - From
Utf8 Error - Error that happens when attempting to convert an
RVec<u8>
into anRString
. - Into
Iter - An Iterator created by
<RString as IntoIterator>::into_iter
, which yields all the characters from theRString
, consuming it in the process. - RString
- Ffi-safe equivalent of
std::string::String
.