Skip to main content
read_until
std
1.96.0-nightly
(38c0de8dc 2026-02-28)
In std::io
std
::
io
Function
read_
until
Copy item path
Source
fn read_until<R:
BufRead
+ ?
Sized
>( r:
&mut R
, delim:
u8
, buf: &mut
Vec
<
u8
>, ) ->
Result
<
usize
>