1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/io
2022-06-19 17:42:22 +03:00
..
util
buffered_reader.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
custom_string_reading_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
io_cp_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
io_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
io.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
multi_writer_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
multi_writer.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
os_file_reader_test.v
reader_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
reader.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
readerwriter.v io: fix typo in readerwriter.v (#14060) 2022-04-17 17:40:14 +03:00
README.md
writer.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00

Description:

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