ChristopherMacGown / lens-rs

lens implemented in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This project contains two crates: lens-rs and lens-rs_derive.

  • The lens-rs provide some definitions of lens.
  • The lens-rs_derive provide the macro to derive lens for data types.
  • The lens-rs_generator generate optics for source files.

read the guide

About

lens implemented in rust

License:Apache License 2.0


Languages

Language:Rust 100.0%