fix some warnings (unneeded parentheses, missing dyn keyword)
[nihav.git] / nihav-core / src / io / byteio.rs
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