macron-path 0.3.2

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

[lib]
proc-macro = true

[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true