v/vlib/io
2025-03-08 17:47:13 +02:00
..
string_reader breaking,checker: disallow initializing private struct fields outside structs module (#21183) 2024-04-12 13:53:02 +03:00
util fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
buffered_reader.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
buffered_writer.v io: add a BufferedWriter and supporting methods (#22265) 2024-09-22 15:57:46 +03:00
buffered_writer_test.v io: make buffered_writer_test.v more robust 2024-09-26 08:45:13 +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 examples,io: add sha256sum_with_io_cp.v, make the size of the buffer used by io.cp parametrisable (#23585) 2025-01-26 15:44:15 +02:00
io_cp_test.v
io_test.v
multi_writer.v
multi_writer_test.v
os_file_reader_test.v
reader.v vlib: reduce false positive matches for /// , cleanup commented code 2025-03-08 17:47:13 +02:00
reader_test.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03: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.