macron-path 0.1.2

Creates a new instance of PathBuf
Documentation
[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.39"

[dependencies.syn]
features = ["parsing"]
version = "2.0.100"

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

[package]
authors = ["Bulat Sh. <t.me/fuderis>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "Creates a new instance of PathBuf"
edition = "2024"
keywords = ["macros", "proc", "path", "dir", "file"]
license = "MIT"
name = "macron-path"
readme = "README.md"
repository = "https://github.com/fuderis/rs-macron/tree/main/macron-path"
version = "0.1.2"

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