uuid
uuid copied to clipboard
TryFrom<Vec<u8>> makes an unnecessary copy
As Vec<u8> can be safely converted to Bytes instead of copying its contents.