CMakeLists.txt | 6 - lib/std/fifo.zig | 19 -- lib/std/fs/File.zig | 29 +- lib/std/io.zig | 205 +----------- lib/std/io/BufferedReader.zig | 561 ++++++++++++++++++++++++++++++++ lib/std/io/BufferedWriter.zig | 144 +++++--- lib/std/io/CountingReader.zig | 29 ++ lib/std/io/FixedBufferStream.zig | 148 --------- lib/std/io/Reader.zig | 395 ++++++++-------------- lib/std/io/Reader/test.zig | 372 --------------------- lib/std/io/Writer.zig | 76 ++--- lib/std/io/buffered_reader.zig | 201 ------------ lib/std/io/counting_reader.zig | 43 --- lib/std/io/seekable_stream.zig | 35 -- lib/std/io/stream_source.zig | 127 -------- lib/std/net.zig | 54 +-- 16 files changed, 908 insertions(+), 1536 deletions(-)