[−][src]Crate encode_unicode
Alternative and extension to the unstable char.encode_utf8() and char.encode_utf16().
Modules
| error | Errors returned by various conversion methods in this crate. |
Structs
| Utf8Char | Store a |
| Utf8Iterator | Read or iterate over the bytes in the UTF-8 representation of a codepoint. |
| Utf16Char | Store a |
| Utf16Iterator | Iterate over the units in an UTF-16 representation of a codepoint. |
Traits
| CharExt | Extension trait for |
| U8UtfExt | Methods for working with |
| U16UtfExt | Methods for working with |