path_scan 0.0.4

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

[dependencies.path_scan_macro]
version = "0.0.3"

[dependencies.regex]
version = "1.11"

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

[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.4"