Self-nomination: constcat. A tiny crate that provides concat!
macros that also support const
variables and expressions.
concat!
: likestd::concat!
but it also supportsconst
variables and expressions.concat_bytes!
: likestd::concat_bytes!
but it also supportsconst
variables and expressions.concat_slices!
: concatenateconst
&[T]
variables and expressions.