Function gix_packetline_blocking::decode::hex_prefix
source ยท pub fn hex_prefix(
four_bytes: &[u8],
) -> Result<PacketLineOrWantedSize<'_>, Error>
Expand description
Decode the four_bytes
packet line prefix provided in hexadecimal form and check it for validity.