stringify-inner 0.3.1

Translate #stringify for use in places where stringify! is not supported
Documentation
[dependencies.proc-macro-tool]
version = "0.3.0"

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

[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc"]
description = "Translate #stringify for use in places where stringify! is not supported"
edition = "2021"
keywords = ["stringify", "concat", "proc-macro", "macros"]
license = "MIT"
name = "stringify-inner"
readme = "README.md"
repository = "https://github.com/A4-Tacks/stringify-inner-rs"
version = "0.3.1"

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