From a5540429568c9a65dd3111c31653f94c406a87e8 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 1 Dec 2021 17:55:06 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca1aeaf..c114023 100644 --- a/README.md +++ b/README.md @@ -1101,6 +1101,9 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ [[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 + * [myrrlyn/tap](https://github.com/myrrlyn/tap) - Suffix-Position Pipeline Behavior + + ### Game development From 6a30256097c024e334fdc1bf942e0017edfcd82c Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Thu, 2 Dec 2021 18:29:13 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c114023..9a95bd0 100644 --- a/README.md +++ b/README.md @@ -1103,8 +1103,6 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [JasonShin/fp-core.rs](https://github.com/JasonShin/fp-core.rs) — A library for functional programming in Rust * [myrrlyn/tap](https://github.com/myrrlyn/tap) - Suffix-Position Pipeline Behavior - - ### Game development See also [Are we game yet?](https://arewegameyet.rs)