accessor-macro 0.2.0

This library provides a derive macro for generating accessor methods with optional value range checks in Rust structs
Documentation
[dependencies.quote]
version = "1.0"

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

[dev-dependencies.uintx]
version = "0.1"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[features]
debug_panic = []
default = []

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

[package]
authors = ["mengyou1024 <mengyou1024@126.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This library provides a derive macro for generating accessor methods with optional value range checks in Rust structs"
edition = "2021"
keywords = ["macro", "getters", "setters", "input-check"]
license = "MIT"
name = "accessor-macro"
readme = "README.md"
repository = "https://github.com/mengyou1024/accessor-macro.git"
version = "0.2.0"