rovv_derive 0.2.0

provide the anonymous row type (poor-man's row polymorphism) in rust
Documentation
# rovv_derive


parse `row!` and `dyn_row!`, and transform them to
* `impl LensRef<Optic![a], A> + LensMut<Optic![b], B> + Lens<Optic![c], C>`
* `dyn LensRef<Optic![a], A> + LensMut<Optic![b], B> + Lens<Optic![c], C>`