stringify-inner 0.3.1

Translate #stringify for use in places where stringify! is not supported
Documentation
[package]
name = "stringify-inner"
version = "0.3.1"
edition = "2021"

authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
keywords = ["stringify", "concat", "proc-macro", "macros"]
categories = ["no-std", "no-std::no-alloc"]
description = "Translate #stringify for use in places where stringify! is not supported"

license = "MIT"
repository = "https://github.com/A4-Tacks/stringify-inner-rs"
readme = "README.md"

[lib]
proc-macro = true

[dependencies]
proc-macro-tool = "0.3.0"