1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-14 22:23:30 +02:00

fix ordering and redirect

This commit is contained in:
Lukáš Hozda 2017-10-30 12:43:06 +01:00
parent 4b5f768312
commit 5694c65509

View File

@ -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 [<img src="https://api.travis-ci.org/jaysonsantos/bmemcached-rs.svg?branch=master">](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 [<img src="https://api.travis-ci.org/aisk/rust-memcache.svg?branch=master">](https://travis-ci.org/aisk/rust-memcache)
### Concurrency