v/vlib/io
Alexander Medvednikov f293874c05
all: replace []byte with []u8
2022-04-17 12:14:28 +02:00
..
util
README.md
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
io_test.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
multi_writer.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
multi_writer_test.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
os_file_reader_test.v
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 all: replace []byte with []u8 2022-04-17 12:14:28 +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.