constcat 0.6.0

concat! with support for const variables and expressions
Documentation
[package]
name = "constcat"
version = "0.6.0"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
rust-version = "1.66"
description = "concat! with support for const variables and expressions"
readme = "README.md"
repository = "https://github.com/rossmacarthur/constcat"
license = "MIT OR Apache-2.0"
keywords = ["concat", "const"]
categories = ["no-std", "rust-patterns"]
include = ["src/lib.rs", "LICENSE-*", "README.md"]

[features]
# Private API: compiles the tests for the concat_bytes! macro
_bytes = []

[[bench]]
name = "large"
harness = false

[[bench]]
name = "many"
harness = false