string-literal-const-replace 0.1.0

Proc macro for compile-time find/replace on string literals
Documentation
[dependencies.proc-macro2]
version = "1.0.93"

[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
version = "2.0.98"

[lib]
name = "string_literal_const_replace"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
cargo = "warn"
pedantic = "warn"

[lints.rust]
unsafe-code = "forbid"

[package]
authors = ["Jarred Allen <jarredallen73@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Proc macro for compile-time find/replace on string literals"
edition = "2021"
keywords = ["macro", "string"]
license = "MIT OR Apache-2.0"
name = "string-literal-const-replace"
readme = "README.md"
repository = "https://github.com/JarredAllen/string-literal-const-replace"
version = "0.1.0"

[[test]]
name = "tests"
path = "tests/tests.rs"