Function base16ct::encoded_len
source · pub fn encoded_len(bytes: &[u8]) -> usize
Expand description
Get the length of Base16 (hex) produced by encoding the given bytes.
pub fn encoded_len(bytes: &[u8]) -> usize
Get the length of Base16 (hex) produced by encoding the given bytes.