about summary refs log tree commit diff stats
path: root/src/io/filestream.nim
Commit message (Collapse)AuthorAgeFilesLines
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-0/+34
This way they are no longer compatible, but we no longer need them to be compatible anyway. (This also forces us to throw out the old serialize module, and use packet writers everywhere.)