mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-26 05:40:18 +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
|
### 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
|
* [thestinger/rust-gmp](https://github.com/thestinger/rust-gmp) — [libgmp](https://gmplib.org/) bindings
|
||||||
|
|
||||||
### Cryptography
|
### Cryptography
|
||||||
|
|
|
@ -234,11 +234,11 @@ DATA = \
|
||||||
"travis_url": "https://travis-ci.org/lifthrasiir/rust-zip",
|
"travis_url": "https://travis-ci.org/lifthrasiir/rust-zip",
|
||||||
"travis_badge": "https://travis-ci.org/lifthrasiir/rust-zip.svg?branch=master"
|
"travis_badge": "https://travis-ci.org/lifthrasiir/rust-zip.svg?branch=master"
|
||||||
},
|
},
|
||||||
"eholk/rust-opencl": {
|
"luqmana/rust-opencl": {
|
||||||
"url": "https://github.com/eholk/rust-opencl",
|
"url": "https://github.com/luqmana/rust-opencl",
|
||||||
"descr": md_link('OpenCL', 'https://www.khronos.org/opencl/') + " bindings",
|
"descr": md_link('OpenCL', 'https://www.khronos.org/opencl/') + " bindings",
|
||||||
"travis_url": "https://travis-ci.org/eholk/rust-opencl",
|
"travis_url": "https://travis-ci.org/luqmana/rust-opencl",
|
||||||
"travis_badge": "https://travis-ci.org/eholk/rust-opencl.svg?branch=master"
|
"travis_badge": "https://travis-ci.org/luqmana/rust-opencl.svg?branch=master"
|
||||||
},
|
},
|
||||||
"DaGenix/rust-crypto": {
|
"DaGenix/rust-crypto": {
|
||||||
"url": "https://github.com/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 )
|
entry( '* ', 'lifthrasiir/rust-zip', rows_stable, rows_unstable )
|
||||||
|
|
||||||
add( '\n### Computation\n', 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 )
|
entry( '* ', 'thestinger/rust-gmp', rows_stable, rows_unstable )
|
||||||
|
|
||||||
add( '\n### Cryptography\n', rows_stable, rows_unstable )
|
add( '\n### Cryptography\n', rows_stable, rows_unstable )
|
||||||
|
|
Loading…
Reference in a new issue