pub fn split_by_whitespace(line: &[u8]) -> Vec<&[u8]>
Expand description

This is needed to handle the crazy inventory parsing.