diff --git a/README.md b/README.md index 52d0940..250e80a 100644 --- a/README.md +++ b/README.md @@ -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 [](https://travis-ci.org/alexcrichton/rust-compress) +## Computation +* [eholk/rust-opencl](https://github.com/eholk/rust-opencl) — [OpenCL](https://www.khronos.org/opencl/) bindings [](https://travis-ci.org/eholk/rust-opencl) + ### Cryptography * [DaGenix/rust-crypto](https://github.com/DaGenix/rust-crypto) — [](https://travis-ci.org/DaGenix/rust-crypto)