Function uuid_simd::format_simple

source ·
pub fn format_simple<'d>(
    src: &[u8; 16],
    dst: Out<'d, [u8; 32]>,
    case: AsciiCase
) -> &'d mut [u8; 32]
Expand description

Formats an UUID to a simple UUID string.