Function msgpass::str_to_bytes
source · pub fn str_to_bytes(dest: &mut [u8], src: &str)Expand description
Converts string to array of bytes (may truncate)
pub fn str_to_bytes(dest: &mut [u8], src: &str)Converts string to array of bytes (may truncate)