Closed nyovaya closed 5 years ago
simple(performance not tested) write functions for std::io::Write for these types: i8, u8, i16, u16, i32, u32, i64, u64
I'll take a look at it later.
@BurntSushi not quite sure if the Endianness conversion I did is right but it's working and I get writing speeds of about 180MB/s.
simple(performance not tested) write functions for std::io::Write for these types: i8, u8, i16, u16, i32, u32, i64, u64