From 3aeb07b03f10f9d7aa5f33b8750ca308f24b70c2 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 17 Jul 2014 17:08:04 +0200 Subject: [PATCH] put the batches last --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 562f86c..9106a91 100644 --- a/README.md +++ b/README.md @@ -14,24 +14,24 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom ### Compression -* [alexcrichton/rust-compress](https://github.com/alexcrichton/rust-compress) [](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 [](https://travis-ci.org/alexcrichton/rust-compress) ### Cryptography -* [DaGenix/rust-crypto](https://github.com/DaGenix/rust-crypto) [](https://travis-ci.org/DaGenix/rust-crypto) -* [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) [](https://travis-ci.org/sfackler/rust-openssl) — OpenSSL bindings +* [DaGenix/rust-crypto](https://github.com/DaGenix/rust-crypto) — [](https://travis-ci.org/DaGenix/rust-crypto) +* [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — OpenSSL bindings [](https://travis-ci.org/sfackler/rust-openssl) ### Web Programming See also http://arewewebyet.com/ * core - * [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http) [](https://travis-ci.org/chris-morgan/rust-http) — will be replaced by teepee/teepee. - * [teepee/teepee](https://github.com/teepee/teepee) [](https://travis-ci.org/teepee/teepee) + * [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http) — will be replaced by teepee/teepee. [](https://travis-ci.org/chris-morgan/rust-http) + * [teepee/teepee](https://github.com/teepee/teepee) — [](https://travis-ci.org/teepee/teepee) * 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 - * [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. * [nickel-org/nickel.rs](https://github.com/nickel-org/nickel.rs) — inspired by Express.js, which is inspired by Sinatra.