path_scan 0.0.1

A lightweight Rust procedural macro for parsing path patterns (URLs, routes) with variable capturing, static binding, and compile-time checks.
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.11"

[dependencies.syn]
features = ["full"]
version = "2.0"

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

[package]
authors = ["Conashimi Momota <momota.ry2@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A lightweight Rust procedural macro for parsing path patterns (URLs, routes) with variable capturing, static binding, and compile-time checks."
edition = "2024"
license = "MIT"
name = "path_scan"
readme = "README.md"
resolver = "2"
version = "0.0.1"