set-span 0.1.4

Like proc-macro, set some tokens span
Documentation
[dependencies.proc-macro-tool]
version = "0.7.0"

[lib]
name = "set_span"
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 = "Like proc-macro, set some tokens span"
edition = "2021"
keywords = ["setspan", "span", "hygiene", "proc-macro", "macros"]
license = "MIT"
name = "set-span"
readme = "README.md"
repository = "https://github.com/A4-Tacks/set-span-rs"
version = "0.1.4"

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