struct-path 0.1.1

A helper macros implementation to build a string that represents struct fields path at compile time (such as <field-name>.<field-name>)
Documentation
[dependencies.convert_case]
version = "0.6"

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

[package]
authors = ["Abdulla Abdurakhmanov <me@abdolence.dev>"]
categories = ["rust-patterns"]
description = "A helper macros implementation to build a string that represents struct fields path at compile time (such as <field-name>.<field-name>)"
documentation = "https://github.com/abdolence/struct-path-rs"
edition = "2021"
homepage = "https://github.com/abdolence/struct-path-rs"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE"]
keywords = ["struct", "path", "json"]
license = "Apache-2.0"
name = "struct-path"
readme = "README.md"
repository = "https://github.com/abdolence/struct-path-rs"
version = "0.1.1"