mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-25 21:30:23 +00:00
luqmana
This commit is contained in:
parent
e1cbcc3334
commit
66c21fbfea
2 changed files with 6 additions and 6 deletions
|
@ -69,7 +69,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
|
||||
### 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.svg?branch=master">](https://travis-ci.org/eholk/rust-opencl)
|
||||
* [luqmana/rust-opencl](https://github.com/luqmana/rust-opencl) — [OpenCL](https://www.khronos.org/opencl/) bindings [<img src="https://travis-ci.org/luqmana/rust-opencl.svg?branch=master">](https://travis-ci.org/luqmana/rust-opencl)
|
||||
* [thestinger/rust-gmp](https://github.com/thestinger/rust-gmp) — [libgmp](https://gmplib.org/) bindings
|
||||
|
||||
### Cryptography
|
||||
|
|
|
@ -234,11 +234,11 @@ DATA = \
|
|||
"travis_url": "https://travis-ci.org/lifthrasiir/rust-zip",
|
||||
"travis_badge": "https://travis-ci.org/lifthrasiir/rust-zip.svg?branch=master"
|
||||
},
|
||||
"eholk/rust-opencl": {
|
||||
"url": "https://github.com/eholk/rust-opencl",
|
||||
"luqmana/rust-opencl": {
|
||||
"url": "https://github.com/luqmana/rust-opencl",
|
||||
"descr": md_link('OpenCL', 'https://www.khronos.org/opencl/') + " bindings",
|
||||
"travis_url": "https://travis-ci.org/eholk/rust-opencl",
|
||||
"travis_badge": "https://travis-ci.org/eholk/rust-opencl.svg?branch=master"
|
||||
"travis_url": "https://travis-ci.org/luqmana/rust-opencl",
|
||||
"travis_badge": "https://travis-ci.org/luqmana/rust-opencl.svg?branch=master"
|
||||
},
|
||||
"DaGenix/rust-crypto": {
|
||||
"url": "https://github.com/DaGenix/rust-crypto",
|
||||
|
@ -723,7 +723,7 @@ entry( '* ', 'alexcrichton/tar-rs', rows_stable, rows_unstable )
|
|||
entry( '* ', 'lifthrasiir/rust-zip', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Computation\n', rows_stable, rows_unstable )
|
||||
entry( '* ', 'eholk/rust-opencl', rows_stable, rows_unstable )
|
||||
entry( '* ', 'luqmana/rust-opencl', rows_stable, rows_unstable )
|
||||
entry( '* ', 'thestinger/rust-gmp', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Cryptography\n', rows_stable, rows_unstable )
|
||||
|
|
Loading…
Reference in a new issue