fix let mut foo = &mut bar warning
[nihav.git] / src / io / byteio.rs
2018-02-01 Kostya Shishkovfix let mut foo = &mut bar warning
2017-05-28 Kostya Shishkovmake ByteIOResult public
2017-05-26 Kostya Shishkovmore utility code
2017-05-23 Kostya Shishkovbyte writing functions
2017-05-14 Kostya Shishkovmake read_buf() always read proper sizes
2017-05-13 Kostya Shishkovuse Self instead of explicit type
2017-05-10 Kostya Shishkovpeek funcs for byteio
2017-05-06 Kostya Shishkovbyteio doesn't need offset on read_skip()
2017-04-29 Kostya Shishkovinitial work