add sccache, must have it here

This commit is contained in:
Denis Pisarev 2020-10-07 18:29:14 +02:00 committed by GitHub
parent a9f1f767bc
commit c43a44f2f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)