read_str_unsafe

Function read_str_unsafe 

Source
pub unsafe fn read_str_unsafe(input: &[u8]) -> &str
Expand description

Reads a null-terminated string from input with no checks.