Skip to main content

hex_to_bytes

Function hex_to_bytes 

Source
pub(crate) fn hex_to_bytes(s: &str) -> Option<Vec<u8>>
Expand description

16進文字列をバイト列へデコードする(Uint8Array.fromHex)。奇数長や不正文字は None