Module concat

Source
Expand description

Functions for concatenating slices

Functionsยง

concat_bytes
Concats a collection of &[u8]s into a single &'static [u8] at compile time.
concat_bytes2
Concats two [u8]s into a single &'static [u8] at compile time
concat_strs
Concats a collection of &strs into a single &'static str at compile time.
concat_strs2
Concats two strs into a single &'static str at compile time