const-str-join 0.1.0

Small crate to help joining strings during compilation time.
Documentation
1
2
3
4
5
6
7
8
9
with import <nixpkgs> {};
mkShell {
  nativeBuildInputs = [
    cargo
    rustfmt
    clippy
    cargo-expand
  ];
}