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