mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-12-24 18:53:09 +00:00
fix ordering and redirect
This commit is contained in:
parent
4b5f768312
commit
5694c65509
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue