Function minetest_protocol::wire::util::split_by_whitespace
source · pub fn split_by_whitespace(line: &[u8]) -> Vec<&[u8]>
Expand description
This is needed to handle the crazy inventory parsing.
pub fn split_by_whitespace(line: &[u8]) -> Vec<&[u8]>
This is needed to handle the crazy inventory parsing.