v/vlib/io
Subhomoy Haldar 114a341f5f
rand: simplify rand.PRNG, move to optional types for error handling (#13570)
2022-02-23 12:36:14 +02:00
..
util rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
buffered_reader.v
custom_string_reading_test.v
io.v
io_cp_test.v
io_test.v
multi_writer.v
multi_writer_test.v
os_file_reader_test.v
reader.v io: pub the RandomReader interface (#12222) 2021-10-18 10:51:36 +03:00
reader_test.v
readerwriter.v
writer.v

README.md

Description:

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