From 37564b7f32e22fd807f367d8a2ee41da7345ffc2 Mon Sep 17 00:00:00 2001 From: Jason Shin Date: Fri, 27 Dec 2019 14:56:11 +1100 Subject: [PATCH] Add fp-core.rs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d4d6068..136bfe9 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Email](#email) - [Encoding](#encoding) - [Filesystem](#filesystem) + - [Functional Programming](#functional-programming) - [Game development](#game-development) - [Geospatial](#geospatial) - [Graphics](#graphics-1) @@ -1014,6 +1015,11 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [Stebalien/xattr](https://github.com/Stebalien/xattr) [[xattr](https://crates.io/crates/xattr)] — list and manipulate unix extended file attributes [](https://travis-ci.org/Stebalien/xattr) * [zboxfs/zbox](https://github.com/zboxfs/zbox) [[zbox](https://crates.io/crates/zbox)] — Zero-details, privacy-focused embeddable file system. [](https://travis-ci.org/zboxfs/zbox) +### Functional Programming +[[functional programming](https://crates.io/keywords/fp)] +* Prelude + * [JasonShin/fp-core.rs](https://github.com/JasonShin/fp-core.rs) - A library for functional programming in Rust [![Build Status](https://travis-ci.com/JasonShin/fp-core.rs.svg?branch=master)](https://travis-ci.com/JasonShin/fp-core.rs) + ### Game development See also [Are we game yet?](http://arewegameyet.com)