0 branches
Tree
Top files
Clone with HTTPS:
string_reader
io: fix BufferedReader.read_line undocumented behavior on new line characters (fixes #18751)
last Apr 15
18.06 KB
util
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
4.99 KB
README.md
doc: update trim_doc_node_description, make module readmes more uniform (#20792)
2 years ago
86 bytes
buffered_reader.v
io: fix BufferedReader.read_line description is misleading (fixes #24667)
last Apr 23
4.13 KB
custom_string_reading_test.v
all: change single blank comment to blank line (#22016)
1 year ago
1.69 KB
io.v
examples,io: add sha256sum_with_io_cp.v, make the size of the buffer used by io.cp parametrisable (#23585)
1 year ago
720 bytes
os_file_reader_test.v
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
634 bytes
reader.v
io: fix using io.read_all on a SSLConn giving a strange error (fixes #16557)
last Apr 15
2.13 KB
reader_test.v
io: fix using io.read_all on a SSLConn giving a strange error (fixes #16557)
last Apr 15
5.28 KB
Description
io provides common interfaces for buffered reading/writing of data.