add Computation

This commit is contained in:
kud1ing 2014-07-18 08:35:28 +02:00
parent ba14d886db
commit b88b0d22b0

View file

@ -6,6 +6,7 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom
- [Code](#code)
- [Audio](#audio)
- [Compression](#compression)
- [Computation](#computation)
- [Cryptography](#cryptography)
- [Web Programming](#web-programming)
- [Resources](#resources)
@ -24,6 +25,9 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom
* [alexcrichton/rust-compress](https://github.com/alexcrichton/rust-compress) — compression algorithms written in Rust [<img src="https://travis-ci.org/alexcrichton/rust-compress.png?branch=master">](https://travis-ci.org/alexcrichton/rust-compress)
## Computation
* [eholk/rust-opencl](https://github.com/eholk/rust-opencl) — [OpenCL](https://www.khronos.org/opencl/) bindings [<img src="https://travis-ci.org/eholk/rust-opencl.png?branch=master">](https://travis-ci.org/eholk/rust-opencl)
### Cryptography
* [DaGenix/rust-crypto](https://github.com/DaGenix/rust-crypto) — [<img src="https://travis-ci.org/DaGenix/rust-crypto.png?branch=master">](https://travis-ci.org/DaGenix/rust-crypto)