gausplat_loader::function::decode

Function read_bytes_before_many_const

source
pub fn read_bytes_before_many_const<const N: usize>(
    reader: &mut impl Read,
    delimiters: &[u8; N],
    capacity: usize,
) -> Result<Vec<u8>, Error>
Expand description

Reading all bytes before the delimiters.