const_str_slice_concat 0.1.0

Utilities for const concatenation of string slices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "const_str_slice_concat"
edition = "2021"
version = "0.1.0"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/leptos-rs/leptos"
description = "Utilities for const concatenation of string slices."
rust-version.workspace = true

[dependencies]