about summary refs log tree commit diff stats
path: root/src/io/bufwriter.nim
Commit message (Expand)AuthorAgeFilesLines
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-8/+2
* io: add bufreaderbptato2024-03-211-11/+24
* buffer: also buffer reads for packetsbptato2024-03-201-4/+5
* io: add BuferedWriterbptato2024-03-161-0/+175