pub(crate) fn bytes_to_hex(bytes: &[u8]) -> String
バイト列を小文字16進文字列へエンコードする(Uint8Array.prototype.toHex)。
Uint8Array.prototype.toHex