Expand description
Crate for extending the Read
and Write
traits to allow
for reading and writing utf-16
Re-exports§
pub extern crate byteorder;
Structs§
- An iterator over
char
values of a utf-16 reader. - An iterator over the lines of a reader (reading utf-16)
- An iterator over
u16
values of a reader.
Enums§
- An iterator over
char
s from anAutoEndianReader
- An iterator over lines from an
AutoEndianReader
- A reader that will store whether to read in little or big endian
- An iterator over
u16
s from anAutoEndianReader
- A writer that will store whether to write in little or big endian
- Represents how much a string buffer was written
Traits§
- Extension to the
Read
trait - An extension of
std::io::Write
for utf16