mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 03:43:03 +00:00
add Computation
This commit is contained in:
parent
ba14d886db
commit
b88b0d22b0
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue