Skip to main content

read_until_white_space

Function read_until_white_space 

Source
pub fn read_until_white_space(bytes: &mut Bytes) -> String
Expand description

Read until whitespace and return the extracted string

This is the original implementation from ceres