rovv_derive

Crates.iorovv_derive
lib.rsrovv_derive
version0.2.0
sourcesrc
created_at2021-03-30 05:45:05.270424
updated_at2021-04-09 06:24:55.411911
descriptionprovide the anonymous row type (poor-man's row polymorphism) in rust
homepage
repositoryhttps://github.com/TOETOE55/rovv
max_upload_size
id375491
size10,834
Danube (TOETOE55)

documentation

README

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>
Commit count: 16

cargo fmt