Crate utf

Source

Structs§

DecodeUtf8
An iterator over an iterator of bytes of the characters the bytes represent as UTF-8
InvalidSequence
<DecodeUtf8 as Iterator>::next returns this for an invalid input sequence.

Traits§

UtfExt

Functions§

decode_utf8
Decodes an Iterator of bytes as UTF-8.