faster-hex icon indicating copy to clipboard operation
faster-hex copied to clipboard

return &mut str from encode_hex

Open elichai opened this issue 3 years ago • 0 comments

Add utf8 checks in debug mode, and return &mut str from hex_encode so the caller can use the hex as str without needing to do the utf8 conversion themselves.

elichai avatar Aug 29 '22 15:08 elichai