Function zero::read_str_unsafe [] [src]

pub unsafe fn read_str_unsafe<'a>(input: &'a [u8]) -> &'a str

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