Add caching section

pull/150/head
Jayson Reis 8 years ago
parent d92771e8da
commit 57fde215fd

@ -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 [<img src="https://travis-ci.org/SiegeLord/RustCMake.svg?branch=master">](https://travis-ci.org/SiegeLord/RustCMake)
### Caching
* [jaysonsantos/bmemcached-rs](https://github.com/jaysonsantos/bmemcached-rs) - Memcached library written in pure rust [<img src="https://travis-ci.org/jaysonsantos/bmemcached-rs.svg?branch=master">](https://travis-ci.org/jaysonsantos/bmemcached-rs)
### Concurrency
* [aturon/crossbeam](https://github.com/aturon/crossbeam) Support for parallelism and low-level concurrency in Rust [<img src="https://travis-ci.org/aturon/crossbeam.svg?branch=master">](https://travis-ci.org/aturon/crossbeam)

Loading…
Cancel
Save