Crate ucs2

source ·
Expand description

Wrappers around possibly misaligned [u8] buffers containing UCS-2 LE data.

Structs§

  • Wrapper around [u8] containing a valid null-terminated UCS-2 LE string.
  • Wrapper around Vec<u8> containing a valid null-terminated UCS-2 LE string.

Enums§