Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pthariensflame/refraction
- Owner: pthariensflame
- License: apache-2.0
- Created: 2016-01-27T01:06:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T00:38:48.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T03:58:18.180Z (27 days ago)
- Language: Rust
- Homepage: https://crates.io/crates/refraction
- Size: 80.1 KB
- Stars: 29
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!