Skip to main content

read_fields

Function read_fields 

Source
pub fn read_fields(buf: &[u8]) -> Vec<&[u8]>
Expand description

Splits a payload into NUL-terminated fields, dropping the final empty segment like Python.