mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
A curated list of Rust code and resources.
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 —
- client
- carllerche/curl-rust — libcurl bindings
- server