Crate join_to_string

source ·

Structs

Builder struct to specify separator, suffix and prefix of the join operation.

Functions

Joins an interable of fmt::Display items to stirng. Returns a builder struct to specify custom prefix (defaults to ""), suffix (defaults to ""), separator (defaults to ", "), and destination (either a fresh String, or an existing &mut String buffer).