Crate str_concat

Source

Enums§

Error
Error that can occur during concat.

Functions§

concat
Concatenate two string slices if they are adjacent.
concat_slice
Concatenate two slices if they are adjacent.
concat_slice_unordered
Concatenate two adjacent slices no matter their order.
concat_unordered
Concatenate two adjacent string slices no matter their order.