make retriving infomations from /proc/* easier
A procedural macro to get and set a struct field by String dynamically.
A procedural macro to get and set a struct field by String dynamically. This crate is a quick and dirty fork of field_accessor_pub.
A proc_macro to derive getter and setter for structs
Per-field derive proc-macro emitted from a tatara-rust-derive PerFieldDeriveSpec.
Easily generate nested structures with getters and predicated setters
quote compatible quasiquote macro with support for interpolating expressions
Tool Kit expand proc-macro
当前 `crate`是对'getset' 的扩展。 主要添加了 `get_clone`来返回字段的克隆对象, 当为基础类型时 `get` 自动转为 `get_copy` , 当字段有自定义注解时,自动对 struct 的注解进行 `skip` , 当字段类型为 `Option<T>` 时,返回 `Option<&T>`, 同时方法默认为 `pub`级别。
lombokrs is a lightweight Rust macro library. It is the simple implementation of lombok Java in Rust.
A lightweight, type-safe service construction library for Rust that provides compile-time dependency injection through builder pattern
(WIP) Getters and setters for Rust using macros 1.1