v/vlib/io
2024-08-09 14:55:58 +03:00
..
string_reader breaking,checker: disallow initializing private struct fields outside structs module (#21183) 2024-04-12 13:53:02 +03:00
util io: cleanup prefix_and_suffix/1 util function (#21562) 2024-05-25 03:46:34 +03:00
buffered_reader.v fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
custom_string_reading_test.v all: change single blank comment to blank line (#22016) 2024-08-09 14:55:58 +03: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 breaking,checker: disallow initializing private struct fields outside structs module (#21183) 2024-04-12 13:53:02 +03: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.