Crate join_to_string

Source

Structs§

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

Functions§

join
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).