concat-with 0.2.9

Extend the function of the `concat!` macro in `std`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "concat-with"
version = "0.2.9"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.56"
repository = "https://github.com/magiclen/concat-with"
homepage = "https://magiclen.org/concat-with"
keywords = ["concat", "line", "comma", "space", "join"]
categories = ["no-std", "rust-patterns"]
description = "Extend the function of the `concat!` macro in `std`."
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]

[dependencies]