1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00

description

This commit is contained in:
kud1ing 2014-07-20 14:46:09 +02:00
parent a5c6fd8394
commit 5cf829e05c

View file

@ -32,7 +32,7 @@ Only projects that are more than a prototype should be added. Projects that do n
### 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)
* [DaGenix/rust-crypto](https://github.com/DaGenix/rust-crypto) — cryptographic algorithms in Rust [<img src="https://travis-ci.org/DaGenix/rust-crypto.png?branch=master">](https://travis-ci.org/DaGenix/rust-crypto)
* [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — OpenSSL bindings [<img src="https://travis-ci.org/sfackler/rust-openssl.png?branch=master">](https://travis-ci.org/sfackler/rust-openssl)
### Web Programming