[][src]Crate utf8_decode

Structs

Decoder

UTF-8 decoder iterator.

UnsafeDecoder

UTF-8 decoder iterator for unsafe input.

Functions

decode

Read the next Unicode character out of the given u8 iterator.

decode_unsafe

Read the next Unicode character out of the given Result<u8> iterator.