Function read_unsafe

Source
pub unsafe fn read_unsafe<T: Sized>(input: &[u8]) -> &T
Expand description

Reads a T from input with no checks.