Crate encode_unicode [−] [src]
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
| Utf16Char |
Store a |
| Utf16Iterator |
Iterate over the units in an UTF-16 representation of a codepoint. |
| Utf8Char |
Store a |
| Utf8Iterator |
Read or iterate over the bytes in the UTF-8 representation of a codepoint. |
Traits
| CharExt |
Extension trait for |
| U16UtfExt |
Methods for working with |
| U8UtfExt |
Methods for working with |