v/vlib/io
Daniel Däschle 54bbc00493
fmt: remove space in front of ? and ! (#14366)
2022-05-13 10:10:39 +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 all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
custom_string_reading_test.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
io.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
io_cp_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
io_test.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
multi_writer.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
multi_writer_test.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
os_file_reader_test.v io: deprecate io.make_reader (not needed anymore) 2021-05-13 10:26:26 +03:00
reader.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
reader_test.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
readerwriter.v io: fix typo in readerwriter.v (#14060) 2022-04-17 16:52:49 +02:00
writer.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00

README.md

Description:

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