Module lazy_reader::decoder[][src]

Expand description

This module exports various UTF decoders for decoding UTF32 characters.

Structs

Char

The result of decoder.decode.

DecoderUTF8

Decoder for UTF-8.

DecoderUTF16

Decoder for UTF-16.

DecoderUTF32

Trivial decoder for UTF-32 (char).

InvalidChar

The error for an invalid character.

Traits

Decoder

Trait for decoding UTF32 characters.