mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-04 12:00:12 +00:00
README.md |
Awesome Rust
A curated list of awesome Rust code and resources. Inspired by the other awesome lists.
Only projects that are more than a prototype should be added. Projects that do not compile with Rust-nightly for a long time have to be removed.
Code
Audio
- bjz/openal-rs — OpenAL 1.1 bindings
- JeremyLetang/ears — a simple library to play Sounds and Musics, on top of OpenAL and libsndfile
- JeremyLetang/rust-portaudio — PortAudio bindings
- musitdev/rust-portmidi — PortMidi bindings
Compression
- lifthrasiir/rust-zip — read and write ZIP archives
Computation
- eholk/rust-opencl — OpenCL bindings
Cryptography
- DaGenix/rust-crypto — cryptographic algorithms in Rust
- sfackler/rust-openssl — OpenSSL bindings
Encoding
- Cap'n Proto
- Character Encoding
- CSV
- MsgPck
- ProtocolBuffers
- TOML
- Tnetstring
- XML
- bjz/sax-rs — bindings to libxml2's SAX parser
- DanielFath/xml-parser — A hybrid pull, DOM parser written in pure Rust
- Florob/RustyXML — an XML parser written in Rust
- netvl/rust-xml — a streaming XML library
GUI
- Cocoa
- Gtk
- ncurses
- Termbox
Web Programming
See also http://arewewebyet.com/
- core
- chris-morgan/rust-http — will be replaced by Teepee.
- client
- carllerche/curl-rust — libcurl bindings
- server