Cryptography

pull/1/head
kud1ing 10 years ago
parent d0de115d13
commit e147422017

@ -4,6 +4,8 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom
- [Awesome Rust](#awesome-rust)
- [Code](#code)
- [Compression](#compression)
- [Cryptography](#cryptography)
- [Web Programming](#web-programming)
- [Resources](#resources)
@ -14,12 +16,17 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom
* [alexcrichton/rust-compress](https://github.com/alexcrichton/rust-compress) [<img src="https://travis-ci.org/alexcrichton/rust-compress.png?branch=master">](https://travis-ci.org/alexcrichton/rust-compress): compression algorithms written in Rust
### 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)
* [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) [<img src="https://travis-ci.org/sfackler/rust-openssl.png?branch=master">](https://travis-ci.org/sfackler/rust-openssl): OpenSSL bindings
### Web Programming
See also http://arewewebyet.com/
* core
* [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http) [<img src="https://travis-ci.org/chris-morgan/rust-http.png?branch=master">](https://travis-ci.org/chris-morgan/rust-http): wil be replaced by teepee/teepee.
* [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http) [<img src="https://travis-ci.org/chris-morgan/rust-http.png?branch=master">](https://travis-ci.org/chris-morgan/rust-http): will be replaced by teepee/teepee.
* [teepee/teepee](https://github.com/teepee/teepee) [<img src="https://travis-ci.org/teepee/teepee.png?branch=master">](https://travis-ci.org/teepee/teepee)
* client
* [carllerche/curl-rust](https://github.com/carllerche/curl-rust): bindings for [libcurl](http://curl.haxx.se/libcurl/)

Loading…
Cancel
Save