1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-29 22:01:07 +02: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