Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pthariensflame/refraction

A general-purpose lens library for Rust.
https://github.com/pthariensflame/refraction

Last synced: 18 days ago
JSON representation

A general-purpose lens library for Rust.

Awesome Lists containing this project

README

        

# refraction

[![Crates.io](https://img.shields.io/crates/v/refraction.svg)](https://crates.io/crates/refraction)
[![Crates.io](https://img.shields.io/crates/l/refraction.svg)](https://raw.githubusercontent.com/pthariensflame/refraction/master/LICENSE)
[![Crates.io](https://docs.rs/refraction/badge.svg)](https://docs.rs/refraction)
[![Build Status](https://travis-ci.org/pthariensflame/refraction.svg?branch=master)](https://travis-ci.org/pthariensflame/refraction)

A pure [Rust](https://www.rust-lang.org) [lens](https://www21.in.tum.de/teaching/fp/SS15/papers/17.pdf) library.
This is a work in progress, and is not yet ready for production use.

## Examples

Coming soon!