Crate hyper_byte

Source

Modules§

reader
readers
writer
writers

Functions§

read_f32_be
Unsafe, near zero cost transmutation of a byte array slice into a 32-bit floating point using big-endianness.
read_f32_le
Unsafe, near zero cost transmutation of a byte array slice into a 32-bit floating point using little-endianness.
read_f32_ne
Unsafe, near zero cost transmutation of a byte array slice into a 32-bit floating point using little-endianness.
read_f64_be
Unsafe, near zero cost transmutation of a byte array slice into a 64-bit floating point using big-endianness.
read_f64_le
Unsafe, near zero cost transmutation of a byte array slice into a 64-bit floating point using little-endianness.
read_f64_ne
Unsafe, near zero cost transmutation of a byte array slice into a 64-bit floating point using little-endianness.
read_i8_be
Unsafe, near zero cost transmutation of a byte array slice into a signed 8-bit integer using big-endianness.
read_i8_le
Unsafe, near zero cost transmutation of a byte array slice into a signed 8-bit integer using little-endianness.
read_i8_ne
Unsafe, near zero cost transmutation of a byte array slice into a signed 8-bit integer using little-endianness.
read_i16_be
Unsafe, near zero cost transmutation of a byte array slice into a signed 16-bit integer using big-endianness.
read_i16_le
Unsafe, near zero cost transmutation of a byte array slice into a signed 16-bit integer using little-endianness.
read_i16_ne
Unsafe, near zero cost transmutation of a byte array slice into a signed 16-bit integer using little-endianness.
read_i32_be
Unsafe, near zero cost transmutation of a byte array slice into a signed 32-bit integer using big-endianness.
read_i32_le
Unsafe, near zero cost transmutation of a byte array slice into a signed 32-bit integer using little-endianness.
read_i32_ne
Unsafe, near zero cost transmutation of a byte array slice into a signed 32-bit integer using little-endianness.
read_i64_be
Unsafe, near zero cost transmutation of a byte array slice into a signed 64-bit integer using big-endianness.
read_i64_le
Unsafe, near zero cost transmutation of a byte array slice into a signed 64-bit integer using little-endianness.
read_i64_ne
Unsafe, near zero cost transmutation of a byte array slice into a signed 64-bit integer using little-endianness.
read_i128_be
Unsafe, near zero cost transmutation of a byte array slice into a signed 128-bit integer using big-endianness.
read_i128_le
Unsafe, near zero cost transmutation of a byte array slice into a signed 128-bit integer using little-endianness.
read_i128_ne
Unsafe, near zero cost transmutation of a byte array slice into a signed 128-bit integer using little-endianness.
read_isize_be
Unsafe, near zero cost transmutation of a byte array slice into an isize integer using big-endianness.
read_isize_le
Unsafe, near zero cost transmutation of a byte array slice into an isize integer using little-endianness.
read_isize_ne
Unsafe, near zero cost transmutation of a byte array slice into an isize integer using native-endianness.
read_u8_be
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 8-bit integer using big-endianness.
read_u8_le
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 8-bit integer using little-endianness.
read_u8_ne
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 8-bit integer using little-endianness.
read_u16_be
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 16-bit integer using big-endianness.
read_u16_le
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 16-bit integer using little-endianness.
read_u16_ne
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 16-bit integer using little-endianness.
read_u32_be
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 32-bit integer using big-endianness.
read_u32_le
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 32-bit integer using little-endianness.
read_u32_ne
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 32-bit integer using little-endianness.
read_u64_be
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 64-bit integer using big-endianness.
read_u64_le
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 64-bit integer using little-endianness.
read_u64_ne
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 64-bit integer using little-endianness.
read_u128_be
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 128-bit integer using big-endianness.
read_u128_le
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 128-bit integer using little-endianness.
read_u128_ne
Unsafe, near zero cost transmutation of a byte array slice into an unsigned 128-bit integer using little-endianness.
read_usize_be
Unsafe, near zero cost transmutation of a byte array slice into an usize integer using big-endianness.
read_usize_le
Unsafe, near zero cost transmutation of a byte array slice into an usize integer using little-endianness.
read_usize_ne
Unsafe, near zero cost transmutation of a byte array slice into an usize integer using little-endianness.