uuid icon indicating copy to clipboard operation
uuid copied to clipboard

TryFrom<Vec<u8>> makes an unnecessary copy

Open pjenvey opened this issue 1 year ago • 0 comments

As Vec<u8> can be safely converted to Bytes instead of copying its contents.

pjenvey avatar Feb 04 '24 00:02 pjenvey