1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-03 05:10:17 +02:00
This commit is contained in:
kud1ing 2014-07-17 12:47:44 +02:00
parent daa2f7f928
commit 6a691ff0cd

View File

@ -1,2 +1,17 @@
awesome-rust
============
# Awesome Rust
## Web Programming
See also http://arewewebyet.com/
* core
* [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http): superceeded by 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)
* client
* [carllerche/curl-rust](https://github.com/carllerche/curl-rust)
* server
* [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2): bindings for the [Mongrel2](http://mongrel2.org) webserver
* [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.