[[bench]]
harness = false
name = "concat_benchmark"
path = "benches/concat_benchmark.rs"
[dependencies.allocation-counter]
optional = true
version = "0"
[dev-dependencies.criterion]
version = "0.6.0"
[features]
count-allocations = ["allocation-counter"]
[lib]
name = "fast_cat"
path = "src/lib.rs"
[package]
authors = ["vloldik (@vloldik)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "development-tools::procedural-macro-helpers"]
description = "An ergonomic macro for efficient string concatenation with a single memory allocation."
documentation = "https://docs.rs/fast-cat"
edition = "2024"
keywords = ["string", "concat", "performance", "strcat"]
license = "MIT OR Apache-2.0"
name = "fast-cat"
readme = "README.md"
repository = "https://github.com/vloldik/fast-cat"
version = "0.1.1"