public 0.2.2

A attribute macro used to mark struct/union and its fields as public
Documentation
[package]
name = "public"
version = "0.2.2"
authors = ["yuchunzhou <chunzhou.yu@qq.com>"]
edition = "2018"
keywords = ["struct", "proc-macro-attribute"]
categories = ["rust-patterns"]
license = "GPL-3.0"
repository = "https://github.com/yuchunzhou/public"
homepage = "https://github.com/yuchunzhou/public"
description = "A attribute macro used to mark struct/union and its fields as public"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[lib]
proc-macro = true