concat-with 0.2.4

Extend the function of the `concat!` macro in `std`.
Documentation
[package]
name = "concat-with"
version = "0.2.4"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2018"
repository = "https://github.com/magiclen/concat-with"
homepage = "https://magiclen.org/concat-with"
keywords = ["concat", "line", "comma", "space", "join"]
categories = ["rust-patterns"]
description= "Extend the function of the `concat!` macro in `std`."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml"]

[badges.travis-ci]
repository = "magiclen/concat-with"
branch = "master"

[dependencies]