v/vlib/io
2024-03-12 08:35:22 +02:00
..
string_reader io: add a string_reader submodule (#20893) 2024-02-27 09:38:30 +02:00
util builtin: deprecate string.last_index/1 for string.index_last/1, and string.last_index_u8/1 for string.index_u8_last/1 (#20095) 2023-12-05 13:56:59 +02:00
buffered_reader.v io: add a string_reader submodule (#20893) 2024-02-27 09:38:30 +02:00
custom_string_reading_test.v io: ensure BufferedReader.read_line() returns io.Eof, instead of error('none') (#20619) 2024-01-23 16:38:03 +02:00
io.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
io_cp_test.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
io_test.v all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
multi_writer.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
multi_writer_test.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
os_file_reader_test.v io: deprecate io.make_reader (not needed anymore) 2021-05-13 10:26:26 +03:00
reader.v io.reader: make read_all constants public (#20997) 2024-03-12 08:35:22 +02:00
reader_test.v io: add a string_reader submodule (#20893) 2024-02-27 09:38:30 +02:00
readerwriter.v io: add missing documentation and edit existing ones (#17105) 2023-01-25 22:03:20 +02:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
writer.v io: add missing documentation and edit existing ones (#17105) 2023-01-25 22:03:20 +02:00

Description

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