Expand description
Internal utility; BufRead::read_until
with multiple delimiters.
Functionsยง
- Reads from the provided buffer until any of the delimiter bytes match. The output buffer will include the ending delimiter. Also skips over zero-length reads. See
BufRead::read_until
.