const-str-join 0.2.1

Small crate to help joining strings during compilation time.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "const-str-join"
description = "Small crate to help joining strings during compilation time."
version = "0.2.1"
edition = "2024"
license = "MIT"
repository = "https://github.com/andir/const-str-join"
documentation = "https://docs.rs/const-str-join"

[dependencies]