From 57fde215fd19e4de1019447268f6a7a85c145e33 Mon Sep 17 00:00:00 2001 From: Jayson Reis Date: Fri, 22 Apr 2016 20:00:47 +0200 Subject: [PATCH] Add caching section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 83bf4fd..bd96507 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Authentication](#authentication) - [Bioinformatics](#bioinformatics) - [Build system](#build-system) + - [Caching](#caching) - [Cloud](#cloud) - [Command-line argument parsing](#command-line-argument-parsing) - [Command-line interface](#command-line-interface) @@ -220,6 +221,10 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * CMake * [SiegeLord/RustCMake](https://github.com/SiegeLord/RustCMake) — an example project showing usage of CMake with Rust [](https://travis-ci.org/SiegeLord/RustCMake) +### Caching + +* [jaysonsantos/bmemcached-rs](https://github.com/jaysonsantos/bmemcached-rs) - Memcached library written in pure rust [](https://travis-ci.org/jaysonsantos/bmemcached-rs) + ### Concurrency * [aturon/crossbeam](https://github.com/aturon/crossbeam) – Support for parallelism and low-level concurrency in Rust [](https://travis-ci.org/aturon/crossbeam)