Crate const_str_slice_concat

Crate const_str_slice_concat 

Source
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.