You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
awesome-rust/README.md

29 lines
1.3 KiB
Markdown

10 years ago
# Awesome Rust
10 years ago
A curated list of awesome Rust code and resources. Inspired by the other [awesome lists](https://github.com/bayandin/awesome-awesomeness).
10 years ago
- [Awesome Rust](#awesome-rust)
10 years ago
- [Code](#code)
10 years ago
- [Web Programming](#web-programming)
10 years ago
- [Resources](#resources)
10 years ago
10 years ago
10 years ago
## Code
### Web Programming
10 years ago
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
10 years ago
* [carllerche/curl-rust](https://github.com/carllerche/curl-rust): bindings for [libcurl](http://curl.haxx.se/libcurl/)
10 years ago
* 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.
10 years ago
## Resources
* [Rust by Example](http://rustbyexample.com/)