Registry / utility / concat-with

concat-with

JSON →
library0.2.9rscratesunverified

Extend the function of the `concat!` macro in `std` with additional formatting options.

# Cargo.toml [dependencies] concat-with = "0.2.9"
INSTALL
IMPORT
SIG · CONCAT-WITH
C
concat-with
utilityrustv0.2.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

concat_with
use concat_with::concat_with;

Concatenates string literals with a separator using the concat_with! macro.

use concat_with::concat_with; fn main() { let result = concat_with!(", ", "a", "b", "c"); println!("{}", result); // "a, b, c" }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
concat-with — cargo add concat-with · libregistry