Skip to main content

Module string

Module string 

Source
Expand description

String.

This module provides the HipStr type as well as the associated helper and error types.

Structs§

FromUtf8Error
A possible error value when converting a HipStr from a HipByt.
HipStr
Smart string, i.e. cheaply clonable and sliceable string.
RefMut
A wrapper type for a mutably borrowed String out of a HipStr.
SliceError
A possible error value when slicing a HipStr.

Enums§

SliceErrorKind
Slice error kinds.