[][src]Crate str_concat

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.