Function nannou_osc::encoder::encode_string[][src]

pub fn encode_string<S>(s: S) -> Vec<u8, Global> where
    S: Into<String>, 
Expand description

Null terminates the byte representation of string s and adds null bytes until the length of the result is a multiple of 4.