[[bench]]
harness = false
name = "concat"
[dependencies.concat_strs_impl]
version = "1.0.0"
[dependencies.proc-macro-hack]
version = "0.5"
[dev-dependencies.criterion]
version = "0.3.2"
[lib]
path = "lib.rs"
[package]
authors = ["Rebecca Turner <rbt@sent.as>"]
categories = ["development-tools", "rust-patterns"]
description = "Macro for quickly building a String from components."
edition = "2018"
keywords = ["string", "macro"]
license = "AGPL-3.0"
name = "concat_strs"
readme = "../README.md"
repository = "https://github.com/9999years/concat_strs"
version = "1.0.2"