authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-31 22:22:16 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-31 22:22:16 -07:00
loge7ce899cb137eb8e20b42827532fef0a7d3635b9
treee7d498a013b14508e3c7c618bf2323d5ed88d011
parent73a755b2fae4f9c560b1f5cfd331371fdcc151c9
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

File: add readUntilDelimiter


1 files changed, 1 insertions(+), 0 deletions(-)

File.zig+1
......@@ -41,6 +41,7 @@ pub const readUntilDelimitersArrayList = R.readUntilDelimitersArrayList;
4141pub const readAlloc = R.readAlloc;
4242pub const readInt = R.readInt;
4343pub const readUntilDelimitersAlloc = R.readUntilDelimitersAlloc;
44pub const readUntilDelimiter = R.readUntilDelimiter;
4445pub const readUntilDelimiterOrEof = R.readUntilDelimiterOrEof;
4546pub const readExpected = R.readExpected;
4647pub const skipBytes = R.skipBytes;