# Awesome Rust A curated list of awesome Rust code and resources. Inspired by the other [awesome lists](https://github.com/bayandin/awesome-awesomeness). - [Awesome Rust](#awesome-rust) - [Code](#code) - [Compression](#compression) - [Cryptography](#cryptography) - [Web Programming](#web-programming) - [Resources](#resources) ## Code ### Compression * [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) — 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) — 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) — [libcurl](http://curl.haxx.se/libcurl/) bindings * server * [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings * [iron/iron](https://github.com/iron/iron) — inspired by [Express](http://expressjs.com/), which is inspired by [Sinatra](http://www.sinatrarb.com/). * [nickel-org/nickel.rs](https://github.com/nickel-org/nickel.rs) — inspired by [Express](http://expressjs.com/), which is inspired by [Sinatra](http://www.sinatrarb.com/). ## Resources * [Rust by Example](http://rustbyexample.com/)