Skip to main content

read_str_unchecked

Function read_str_unchecked 

Source
pub unsafe fn read_str_unchecked(
    data: &[u8],
    offset: usize,
) -> Option<(&str, usize)>