Skip to main content

encode_bytes_into

Function encode_bytes_into 

Source
pub fn encode_bytes_into(bytes: &[u8], case: HexCase, out: &mut Vec<u8>)
Expand description

Appends the hex encoding of bytes to out.

Allocates only through out’s own growth. Callers that must bound or guard that growth should reserve capacity in out before calling.