Expand description
Utilities for const concatenation of string slices.
Functionsยง
- const_
concat - Concatenates any number of static strings into a single array.
- const_
concat_ with_ prefix - Converts a zero-terminated buffer of bytes into a UTF-8 string with the given prefix.
- const_
concat_ with_ separator - Converts any number of strings into a UTF-8 string, separated by the given string.
- str_
from_ buffer - Converts a zero-terminated buffer of bytes into a UTF-8 string.