1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-24 16:07:15 -05:00

put the batches last

This commit is contained in:
kud1ing 2014-07-17 17:08:04 +02:00
parent a3fb8f41e2
commit 3aeb07b03f

View file

@ -14,24 +14,24 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom
### Compression ### Compression
* [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 * [alexcrichton/rust-compress](https://github.com/alexcrichton/rust-compress) — compression algorithms written in Rust [<img src="https://travis-ci.org/alexcrichton/rust-compress.png?branch=master">](https://travis-ci.org/alexcrichton/rust-compress)
### Cryptography ### 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) [<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 * [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 ### Web Programming
See also http://arewewebyet.com/ See also http://arewewebyet.com/
* core * 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) — will be replaced by teepee/teepee. * [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http) — will be replaced by teepee/teepee. [<img src="https://travis-ci.org/chris-morgan/rust-http.png?branch=master">](https://travis-ci.org/chris-morgan/rust-http)
* [teepee/teepee](https://github.com/teepee/teepee) [<img src="https://travis-ci.org/teepee/teepee.png?branch=master">](https://travis-ci.org/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 * client
* [carllerche/curl-rust](https://github.com/carllerche/curl-rust) — bindings for [libcurl](http://curl.haxx.se/libcurl/) * [carllerche/curl-rust](https://github.com/carllerche/curl-rust) — [libcurl](http://curl.haxx.se/libcurl/) bindings
* server * server
* [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — bindings for the [Mongrel2](http://mongrel2.org) webserver * [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings
* [iron/iron](https://github.com/iron/iron) — inspired by Express.js, which is inspired by Sinatra. * [iron/iron](https://github.com/iron/iron) — inspired by Express.js, which is inspired by Sinatra.
* [nickel-org/nickel.rs](https://github.com/nickel-org/nickel.rs) — inspired by Express.js, which is inspired by Sinatra. * [nickel-org/nickel.rs](https://github.com/nickel-org/nickel.rs) — inspired by Express.js, which is inspired by Sinatra.