join-string 0.1.1

Join the elements of iterators as a string, interspersing a separator between all elements.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[lib]

[package]
categories = ["value-formatting"]
description = "Join the elements of iterators as a string, interspersing a separator between all elements."
edition = "2021"
exclude = [".github", "**/.gitignore"]
homepage = "https://github.com/panzi/rust-join-string"
keywords = ["string"]
license = "MIT"
name = "join-string"
readme = "README.md"
repository = "https://github.com/panzi/rust-join-string"
version = "0.1.1"