derive_rich 0.3.0

Helps you to create richful function for your structs
Documentation
[dependencies.proc-macro2]
version = "1.0.6"

[dependencies.quote]
version = "1.0.2"

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

[lib]
proc-macro = true

[package]
authors = ["Muhannad Alrusayni <Muhannad.Alrusayni@gmail.com>"]
categories = ["development-tools", "development-tools::procedural-macro-helpers"]
description = "Helps you to create richful function for your structs"
documentation = "https://docs.rs/derive_rich"
edition = "2018"
homepage = "https://gitlab.com/MAlrusayni/derive_rich"
keywords = ["derive", "setter", "getter", "function"]
license = "MIT OR Apache-2.0"
name = "derive_rich"
readme = "README.MD"
repository = "https://gitlab.com/MAlrusayni/derive_rich"
version = "0.3.0"