Module wtf8

Module wtf8 

Source
Expand description

A WTF-8 slice.

Structs§

Chunks
An iterator created by chunks.
CodePoints
Iterator of points over a string.
EncodeUtf16
An iterator for encoding potentially ill-formed UTF-16 from a WTF-8 input.
ToStrError
Errors which can occur when converting Wtf8 to str.
Wtf8
A WTF-8 slice.

Enums§

Wtf8Chunk
Part of a WTF-8 slice.

Traits§

Wtf8Index
A helper trait to do get operation on Wtf8.