strung 0.1.4

Easy access of struct fields in strings using different/custom pre/postfix: "Hello, {field}"
Documentation
[[bench]]
harness = false
name = "performance"

[dependencies.strung_derive]
optional = true
version = "0.1.4"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[features]
default = ["dep:strung_derive"]

[package]
authors = ["Dekirisu <dekirisu@gmail.com>"]
categories = ["value-formatting", "rust-patterns"]
description = 'Easy access of struct fields in strings using different/custom pre/postfix: "Hello, {field}"'
documentation = "https://docs.rs/strung"
edition = "2021"
keywords = ["string", "struct", "format", "fmt", "replace"]
license = "MIT OR Apache-2.0"
name = "strung"
readme = "README.md"
repository = "https://github.com/dekirisu/strung/"
version = "0.1.4"