make_public 0.1.0

A procedural macro to make struct fields public
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[dev-dependencies]

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

[package]
authors = ["rgunindi"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "A procedural macro to make struct fields public"
documentation = "https://docs.rs/make_public"
edition = "2021"
keywords = ["derive", "macro", "public", "struct", "attribute"]
license = "MIT"
name = "make_public"
readme = "README.md"
repository = "https://github.com/rgunindi/make_public"
version = "0.1.0"

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