mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 03:43:03 +00:00
No description
README.md |
Awesome Rust
A curated list of awesome Rust code and resources. Inspired by the other awesome lists.
Code
Compression
- alexcrichton/rust-compress : compression algorithms written in Rust
Cryptography
- DaGenix/rust-crypto:
- sfackler/rust-openssl : OpenSSL bindings
Web Programming
See also http://arewewebyet.com/
- core
- chris-morgan/rust-http : will be replaced by teepee/teepee.
- teepee/teepee
- client
- carllerche/curl-rust: bindings for libcurl
- server
- erickt/rust-mongrel2: bindings for the Mongrel2 webserver
- iron/iron: inspired by Express.js, which is inspired by Sinatra.
- nickel-org/nickel.rs: inspired by Express.js, which is inspired by Sinatra.