module_path_extractor 0.2.4

Derive a Rust module path from a macro call-site span
Documentation
[package]
name = "module_path_extractor"
version = "0.2.4"
edition = "2021"
description = "Derive a Rust module path from a macro call-site span"
license = "MIT"
repository = "https://github.com/eboody/statum"
readme = "README.md"

[lib]
path = "src/lib.rs"


[dependencies]
proc-macro2 = { version = "1", features = ["span-locations"] }
syn = { version = "2.0", features = ["full"] }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rust_analyzer)'] }