Module utf8_iter::report

source ·

Structs

  • Iterator by Result<char,Utf8CharsError> over &[u8] that contains potentially-invalid UTF-8. There is exactly one Utf8CharsError per each error as defined by the WHATWG Encoding Standard.
  • A type for signaling UTF-8 errors.