Expand description
A crate providing unvalidated string and character types.
Structs§
- Potential
Code Point - A 24-bit numeric data type that is expected to be a Unicode scalar value, but is not validated as such.
- Potential
Utf8 - A byte slice that is expected to be a UTF-8 string but does not enforce that invariant.
- Potential
Utf16