Constant HEXLOWER_PERMISSIVE
pub const HEXLOWER_PERMISSIVE: Encoding;
Lowercase hexadecimal encoding with case-insensitive decoding
This encoding is a static version of:
# use ;
let mut spec = new;
spec.symbols.push_str;
spec.translate.from.push_str;
spec.translate.to.push_str;
assert_eq!;
Examples
use HEXLOWER_PERMISSIVE;
let deadbeef = vec!;
assert_eq!;
assert_eq!;
You can also define a shorter name:
use ;
const HEX: Encoding = HEXLOWER_PERMISSIVE;