bws::util

Function uuid_to_posix

source
pub(crate) fn uuid_to_posix(uuid: &Uuid) -> String
Expand description

Converts a UUID to a POSIX-compliant environment variable name.

POSIX environment variable names must start with a letter or an underscore and can only contain letters, numbers, and underscores.