1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/io
2022-08-08 02:33:25 +03:00
..
util
buffered_reader.v io: migrate the Reader API to Result instead of Option (#15229) 2022-08-08 02:33:25 +03:00
custom_string_reading_test.v io: migrate the Reader API to Result instead of Option (#15229) 2022-08-08 02:33:25 +03:00
io_cp_test.v
io_test.v io: migrate the Reader API to Result instead of Option (#15229) 2022-08-08 02:33:25 +03:00
io.v
multi_writer_test.v
multi_writer.v
os_file_reader_test.v
reader_test.v io: migrate the Reader API to Result instead of Option (#15229) 2022-08-08 02:33:25 +03:00
reader.v io: migrate the Reader API to Result instead of Option (#15229) 2022-08-08 02:33:25 +03:00
readerwriter.v io: migrate the Reader API to Result instead of Option (#15229) 2022-08-08 02:33:25 +03:00
README.md
writer.v

Description:

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