gausplat_loader::function::decode

Function read_bytes_before_newline

source
pub fn read_bytes_before_newline(
    reader: &mut impl Read,
    capacity: usize,
) -> Result<Vec<u8>, Error>
Expand description

Reading all bytes before the CRLF, LF.