Expand description
Wrappers around possibly misaligned [u8]
buffers containing UCS-2 LE data.
Structs§
- Ucs2
LeSlice - Wrapper around
[u8]
containing a valid null-terminated UCS-2 LE string. - Ucs2
LeVec - Wrapper around
Vec<u8>
containing a valid null-terminated UCS-2 LE string.
Enums§
- Ucs2
Parse Error - Errors which may occur while parsing UCS-2