Merge pull request #980 from TriplEight/patch-1

add sccache, must have it here
pull/970/head
Tom Parker-Shemilt 4 years ago committed by GitHub
commit faa4c62b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -763,6 +763,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
### Caching
* [mozilla/sccache](https://github.com/mozilla/sccache/) - Shared Compilation Cache, great for Rust compilation [<img src="https://api.travis-ci.org/mozilla/sccache.svg?branch=master">](https://travis-ci.org/mozilla/sccache)
* [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)

Loading…
Cancel
Save