coc 0.1.1

A useful macro collections for struct
Documentation
[dependencies.quote]
version = "1.0.40"

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

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

[package]
authors = ["sandm_x@outlook.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "data-structures", "asynchronous", "no-std", "no-std::no-alloc"]
description = "A useful macro collections for struct"
edition = "2024"
keywords = ["macro", "struct", "field", "public", "collect"]
license = "MIT"
name = "coc"
publish = true
readme = "README.md"
repository = "https://github.com/SandmeyerX/coc"
rust-version = "1.85.0"
version = "0.1.1"