[][src]Module mod_utilities::temp

Thread local temporary allocations for use during conversions

Functions

buffer

Static allocating function for getting a temporary buffer of any type, guaranteed to have at least size * size_of::<T>() bytes available

escape_str

Static allocating function for getting a temporary version of a string with util::escape_str_into applied to it

to_lowercase

Static allocating function for getting a temporary lowercase version of a string

to_uppercase

Static allocating function for getting a temporary uppercase version of a string

unescape_str

Static allocating function for getting a temporary version of a string with util::unescape_str_into applied to it