1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-26 18:51:55 +02:00
awesome-rust/README.md

39 lines
2.1 KiB
Markdown
Raw Normal View History

2014-07-17 13:47:44 +03:00
# Awesome Rust
2014-07-17 16:05:35 +03:00
A curated list of awesome Rust code and resources. Inspired by the other [awesome lists](https://github.com/bayandin/awesome-awesomeness).
2014-07-17 14:02:40 +03:00
- [Awesome Rust](#awesome-rust)
2014-07-17 16:05:35 +03:00
- [Code](#code)
2014-07-17 17:34:35 +03:00
- [Compression](#compression)
- [Cryptography](#cryptography)
2014-07-17 14:02:40 +03:00
- [Web Programming](#web-programming)
2014-07-17 16:05:35 +03:00
- [Resources](#resources)
2014-07-17 14:02:40 +03:00
2014-07-17 13:47:44 +03:00
2014-07-17 16:05:35 +03:00
## Code
2014-07-17 17:31:09 +03:00
### Compression
2014-07-17 18:08:04 +03:00
* [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)
2014-07-17 17:31:09 +03:00
2014-07-17 17:34:35 +03:00
### Cryptography
2014-07-17 18:08:04 +03:00
* [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) — OpenSSL bindings [<img src="https://travis-ci.org/sfackler/rust-openssl.png?branch=master">](https://travis-ci.org/sfackler/rust-openssl)
2014-07-17 17:34:35 +03:00
2014-07-17 16:05:35 +03:00
### Web Programming
2014-07-17 13:47:44 +03:00
See also http://arewewebyet.com/
* core
2014-07-17 18:08:04 +03:00
* [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)
2014-07-17 13:47:44 +03:00
* client
2014-07-17 18:08:04 +03:00
* [carllerche/curl-rust](https://github.com/carllerche/curl-rust) — [libcurl](http://curl.haxx.se/libcurl/) bindings
2014-07-17 13:47:44 +03:00
* server
2014-07-17 18:08:04 +03:00
* [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings
2014-07-18 09:15:51 +03:00
* [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/).
2014-07-17 16:05:35 +03:00
## Resources
* [Rust by Example](http://rustbyexample.com/)