This is supported on crate feature
nstd_string only.Expand description
Dynamically sized UTF-8 encoded string.
Structs
Represents a dynamic-sized array of UTF-8 chars.
Functions
Creates an NSTDSlice from an NSTDString.
Creates a string view from an NSTDString.
Returns the number of bytes used by this string.
Extends an NSTDString by an NSTDSlice of NSTDUnichars.
Frees an NSTDString instance.
Creates a new NSTDString from a raw C string.
Creates an NSTDString from existing data.
Gets the length of a string.
Creates a new NSTDString instance.
Removes an NSTDUnichar from the end of an NSTDString.
Pushes an NSTDUnichar to an NSTDString.