[][src]Function nannou::osc::encoder::encode_string

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

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