From 5694c65509593d4e2779c24f35018a6da54276d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hozda?= Date: Mon, 30 Oct 2017 12:43:06 +0100 Subject: [PATCH] fix ordering and redirect --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9810264..8bf631a 100644 --- a/README.md +++ b/README.md @@ -392,10 +392,9 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https ### Caching -* [aisk/rust-memcache](https://github.com/aisk/rust-memcache) - Memcached client library [https://travis-ci.org/aisk/rust-memcache.svg?branch=master](https://github.com/aisk/rust-memcache) * [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 - +* [aisk/rust-memcache](https://github.com/aisk/rust-memcache) - Memcached client library [](https://travis-ci.org/aisk/rust-memcache) ### Concurrency