Compile-time string formatting with macros like `concatcp!` and `formatcp!`.
# Cargo.toml
[dependencies]
const_format = "0.2.36"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a compile-time formatted string constant.
Use `std::format!` for runtime formatting when compile-time is not required.
No dependency data recorded yet.