From 09c55c24b7f67be6c71b3e92f9391c96e799f702 Mon Sep 17 00:00:00 2001 From: Michael Murphy Date: Fri, 9 Jun 2017 19:56:39 -0400 Subject: [PATCH] Add cached for function memoization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6563416..205d2e2 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( ### Caching * [jaysonsantos/bmemcached-rs](https://github.com/jaysonsantos/bmemcached-rs) — Memcached library written in pure rust [](https://travis-ci.org/jaysonsantos/bmemcached-rs) - +* [jaemk/cached](https://github.com/jaemk/cached) — Simple function caching/memoization ### Concurrency