path_scan_macro 0.0.2

The macro implementation of path_scan
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "path_scan_macro"
version = "0.0.2"
edition = "2024"
license = "MIT"
authors = ["Conashimi Momota <momota.ry2@gmail.com>"]
description = "The macro implementation of path_scan"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
regex = "1.11"