lens-rs_derive 0.0.6

macro to derive lens for data type
Documentation
[package]
name = "lens-rs_derive"
version = "0.0.6"
authors = ["Xyzt Toe <584605539@qq.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
readme = "readme.md"
categories = [ "rust-patterns" ]
keywords = [ "pattern", "tarevsesing", "lens"]
repository = "https://github.com/TOETOE55/lens-rs"
description = "macro to derive lens for data type"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"