mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
adjust
This commit is contained in:
parent
b9134e1db5
commit
fe1625699d
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -1,12 +1,16 @@
|
|||
# Awesome Rust
|
||||
|
||||
A curated list of awesome Rust frameworks, libraries, resources, and shiny things. Inspired by [the other awesome lists](https://github.com/bayandin/awesome-awesomeness).
|
||||
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)
|
||||
- [Web Programming](#web-programming)
|
||||
- [Resources](#resources)
|
||||
|
||||
|
||||
## Web Programming
|
||||
## Code
|
||||
|
||||
### Web Programming
|
||||
|
||||
See also http://arewewebyet.com/
|
||||
|
||||
|
@ -14,9 +18,11 @@ See also http://arewewebyet.com/
|
|||
* [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)
|
||||
* [carllerche/curl-rust](https://github.com/carllerche/curl-rust): libcurl bindings
|
||||
* 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.
|
||||
|
||||
## Resources
|
||||
* [Rust by Example](http://rustbyexample.com/)
|
||||
|
|
Loading…
Reference in a new issue