v/vlib/io
Daniel Däschle 54bbc00493
fmt: remove space in front of ? and ! (#14366)
2022-05-13 10:10:39 +02:00
..
util
README.md
buffered_reader.v
custom_string_reading_test.v
io.v
io_cp_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
io_test.v
multi_writer.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
multi_writer_test.v
os_file_reader_test.v
reader.v
reader_test.v
readerwriter.v io: fix typo in readerwriter.v (#14060) 2022-04-17 16:52:49 +02:00
writer.v

README.md

Description:

io provides common interfaces for buffered reading/writing of data.