Crate potential_utf

source ·
Expand description

A crate providing unvalidated string and character types.

Structs§

  • A 24-bit numeric data type that is expected to be a Unicode scalar value, but is not validated as such.
  • A byte slice that is expected to be a UTF-8 string but does not enforce that invariant.