[dependencies.strung_derive]
optional = true
version = "0.1.2"
[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"
repository = "https://github.com/dekirisu/strung/"
resolver = "2"
version = "0.1.2"