mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-26 13:50:21 +00:00
add sccache, must have it here
This commit is contained in:
parent
a9f1f767bc
commit
c43a44f2f1
1 changed files with 1 additions and 0 deletions
|
@ -763,6 +763,7 @@ See also [About Rust’s 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…
Reference in a new issue