core/io: hopefully fix BoundedFileReader::read_buf_some() for good
[nihav.git] / nihav-core / src / io / byteio.rs
2021-11-18 Kostya Shishkovcore/io: hopefully fix BoundedFileReader::read_buf_some...
2021-11-15 Kostya Shishkovcore/byteio: check for end boundary in BoundedFileReade...
2021-11-12 Kostya Shishkovcore/byteio: fix corner case when reading partial buffe...
2021-10-20 Kostya Shishkovcore/io: add the finish() and new_read_boxed() to FileR...
2021-10-20 Kostya Shishkovcore/io: add BoundedFileReader for operating on just...
2020-10-04 Kostya Shishkovcore/io: introduce flush() call for ByteIO
2020-09-30 Kostya Shishkovcore/io: fix reading behaviour with e.g. BufReader
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-09-10 Kostya Shishkovcore/io: switch FileReader and FileWriter to work with...
2020-06-16 Kostya Shishkovcore: fix or silence clippy warnings
2020-05-29 Kostya Shishkovcore/io: introduce GrowableMemoryWriter
2020-05-25 Kostya Shishkovcore/byteio: add read_tag/peek_tag for reading four...
2020-04-13 Kostya Shishkovcore/io: fix bug in MemoryReader::peek_buf()
2020-02-15 Kostya Shishkovcore/io: document bytestream reading/writing module
2020-02-11 Kostya Shishkovcore/byteio: use slice length directly
2019-11-16 Kostya Shishkovcore/byteio: add floating point read-write functions
2019-11-16 Kostya Shishkovcore/byteio: add standalone write functions
2019-11-13 Kostya Shishkovcore/byteio: reexport SeekFrom
2019-08-17 Kostya Shishkovcore: fix read_XX_{be,le} funcs
2019-05-14 Kostya Shishkovcore: fix most clippy warnings
2019-03-12 Kostya Shishkovmove test files into subdirectories
2019-02-15 Kostya Shishkovbyteio: make standalone read_uXX{be,le} functions
2019-01-17 Kostya Shishkovsplit NihAV into subcrates