str-cat 0.1.1

Efficiently concatenate strings without extra side-effects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bench]]
harness = false
name = "benchmark"

[dependencies]
[dev-dependencies.criterion]
version = "0.4"

[package]
categories = ["value-formatting"]
description = "Efficiently concatenate strings without extra side-effects."
edition = "2021"
keywords = ["concat", "string", "buffers"]
license = "BSD-3-Clause"
name = "str-cat"
readme = "README.md"
repository = "https://github.com/Equim-chan/str-cat"
version = "0.1.1"