Function zero::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.