The read_u8!() macro is unnecessary since there are not endianness
considers reading a u8. Additionally, the macro is broken because it
tries to specialize the read_u8 function in the ReadBytesExt trait
for LittleEndian and BigEndian which is not supported by that API.
The read_u8!() macro is unnecessary since there are not endianness considers reading a u8. Additionally, the macro is broken because it tries to specialize the read_u8 function in the ReadBytesExt trait for LittleEndian and BigEndian which is not supported by that API.