rovv 0.2.1

provide the anonymous row type (poor-man's row polymorphism) in rust
[build-dependencies.inwelling]
version = "0.3"

[build-dependencies.proc-macro2]
version = "1.0"

[build-dependencies.quote]
version = "1.0"

[build-dependencies.syn]
features = ["extra-traits", "full", "visit", "visit-mut"]
version = "1.0"
[dependencies.lens-rs]
version = "0.3"

[dependencies.rovv_derive]
version = "0.2"

[package]
authors = ["Xyzt Toe <584605539@qq.com>"]
categories = ["rust-patterns"]
description = "provide the anonymous row type (poor-man's row polymorphism) in rust"
edition = "2018"
keywords = ["anonymous", "structural", "polymorphism", "row"]
license = "MIT/Apache-2.0"
name = "rovv"
readme = "readme.md"
repository = "https://github.com/TOETOE55/rovv"
version = "0.2.1"