Function keysmith::char::char_uuid

source ·
pub fn char_uuid(version: UUID) -> char
Expand description

Generates a UUID char for the specified version.

Version input should be either ‘4’ or ‘n’.

Returns ‘0’ if the input is invalid.