Function zero_packet::misc::to_hex_string
source ยท pub fn to_hex_string(bytes: &[u8], buffer: &mut [u8]) -> usize
Expand description
Workaround for the lack of heap support in no_std
.
pub fn to_hex_string(bytes: &[u8], buffer: &mut [u8]) -> usize
Workaround for the lack of heap support in no_std
.