1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-07-31 22:02:13 -04:00
This commit is contained in:
kud1ing 2014-10-14 20:02:41 +02:00
parent 70aafee529
commit 32dc06a4e4
3 changed files with 442 additions and 403 deletions

View file

@ -53,6 +53,7 @@ Only projects that are stable and useful to users are added. Projects that do no
### Computation ### Computation
* [eholk/rust-opencl](https://github.com/eholk/rust-opencl) — [OpenCL](https://www.khronos.org/opencl/) bindings [<img src="https://travis-ci.org/eholk/rust-opencl.svg?branch=master">](https://travis-ci.org/eholk/rust-opencl) * [eholk/rust-opencl](https://github.com/eholk/rust-opencl) — [OpenCL](https://www.khronos.org/opencl/) bindings [<img src="https://travis-ci.org/eholk/rust-opencl.svg?branch=master">](https://travis-ci.org/eholk/rust-opencl)
* [thestinger/rust-gmp](https://github.com/thestinger/rust-gmp) — [libgmp](https://gmplib.org/) bindings
### Cryptography ### Cryptography
@ -124,6 +125,12 @@ Only projects that are stable and useful to users are added. Projects that do no
### Network programming ### Network programming
* Low level
* [libpnet/libpnet](https://github.com/libpnet/libpnet) — Cross-platform, low level networking [<img src="https://api.travis-ci.org/libpnet/libpnet.svg?branch=master">](https://travis-ci.org/libpnet/libpnet)
* SSH
* [alexcrichton/ssh2-rs](https://github.com/alexcrichton/ssh2-rs) — [libssh2](http://www.libssh2.org/) bindings [<img src="https://travis-ci.org/alexcrichton/ssh2-rs.svg?branch=master">](https://travis-ci.org/alexcrichton/ssh2-rs)
* Stomp
* [zslayton/stomp-rs](https://github.com/zslayton/stomp-rs) — [STOMP 1.2](http://stomp.github.io/stomp-specification-1.2.html) client implementation in Rust [<img src="https://api.travis-ci.org/zslayton/stomp-rs.svg?branch=master">](https://travis-ci.org/zslayton/stomp-rs)
* ZeroMQ * ZeroMQ
* [erickt/rust-zmq](https://github.com/erickt/rust-zmq) — [ZeroMQ](http://zeromq.org) bindings [<img src="https://travis-ci.org/erickt/rust-zmq.svg?branch=master">](https://travis-ci.org/erickt/rust-zmq) * [erickt/rust-zmq](https://github.com/erickt/rust-zmq) — [ZeroMQ](http://zeromq.org) bindings [<img src="https://travis-ci.org/erickt/rust-zmq.svg?branch=master">](https://travis-ci.org/erickt/rust-zmq)

View file

@ -112,6 +112,9 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
### Network programming ### Network programming
* Low level
* SSH
* Stomp
* ZeroMQ * ZeroMQ
### Template engine ### Template engine

View file

@ -11,409 +11,431 @@ def md_link(name, url):
DATA = \ DATA = \
{ {
"bjz/openal-rs": { "alexcrichton/ssh2-rs": {
"url": "https://github.com/bjz/openal-rs/", "url": "https://github.com/alexcrichton/ssh2-rs",
"descr": md_link('OpenAL 1.1', 'http://www.openal.org/') + " bindings" "descr": md_link('libssh2', 'http://www.libssh2.org/') + " bindings",
}, "travis_url": 'https://travis-ci.org/alexcrichton/ssh2-rs',
"Cargo": { "travis_badge": 'https://travis-ci.org/alexcrichton/ssh2-rs.svg?branch=master',
"url": "http://crates.io", },
"descr": "the Rust package manager" "zslayton/stomp-rs": {
}, "url": "https://github.com/zslayton/stomp-rs",
"klutzy/suruga": { "descr": md_link('STOMP 1.2', 'http://stomp.github.io/stomp-specification-1.2.html') + " client implementation in Rust",
"url": 'https://github.com/klutzy/suruga', "travis_url": 'https://travis-ci.org/zslayton/stomp-rs',
"descr": 'a Rust implementation of ' + md_link('TLS 1.2', 'http://tools.ietf.org/html/rfc5246') "travis_badge": 'https://api.travis-ci.org/zslayton/stomp-rs.svg?branch=master',
}, },
"JeremyLetang/ears": { "thestinger/rust-gmp": {
"url": "https://github.com/JeremyLetang/ears", "url": "https://github.com/thestinger/rust-gmp",
"descr": "a simple library to play Sounds and Musics, on top of OpenAL and libsndfile", "descr": md_link('libgmp', 'https://gmplib.org/') + " bindings",
"travis_url": "https://travis-ci.org/JeremyLetang/ears", },
"travis_badge": "https://travis-ci.org/jeremyletang/ears.svg?branch=master" "libpnet/libpnet": {
}, "url": "https://github.com/libpnet/libpnet",
"JeremyLetang/rust-portaudio": { "descr": "Cross-platform, low level networking",
"url": "https://github.com/JeremyLetang/rust-portaudio", "travis_url": 'https://travis-ci.org/libpnet/libpnet',
"descr": md_link('PortAudio', 'http://www.portaudio.com/') + " bindings", "travis_badge": 'https://api.travis-ci.org/libpnet/libpnet.svg?branch=master',
"travis_url": "https://travis-ci.org/JeremyLetang/rust-portaudio", },
"travis_badge": "https://travis-ci.org/jeremyletang/rust-portaudio.svg?branch=master" "bjz/openal-rs": {
}, "url": "https://github.com/bjz/openal-rs/",
"musitdev/rust-portmidi": { "descr": md_link('OpenAL 1.1', 'http://www.openal.org/') + " bindings"
"url": "https://github.com/musitdev/rust-portmidi", },
"descr": md_link('PortMidi', 'http://portmedia.sourceforge.net/portmidi/') + " bindings", "Cargo": {
"travis_url": "https://travis-ci.org/musitdev/rust-portmidi", "url": "http://crates.io",
"travis_badge": "https://travis-ci.org/musitdev/rust-portmidi.svg?branch=master" "descr": "the Rust package manager"
}, },
"PistonDevelopers/image": { "klutzy/suruga": {
"url": "https://github.com/PistonDevelopers/image", "url": 'https://github.com/klutzy/suruga',
"descr": 'Basic imaging processing functions and methods for converting to and from image formats', "descr": 'a Rust implementation of ' + md_link('TLS 1.2', 'http://tools.ietf.org/html/rfc5246')
"travis_url": "https://travis-ci.org/PistonDevelopers/image", },
"travis_badge": "https://travis-ci.org/PistonDevelopers/image.svg?branch=master" "JeremyLetang/ears": {
}, "url": "https://github.com/JeremyLetang/ears",
"seb-m/common.rs": { "descr": "a simple library to play Sounds and Musics, on top of OpenAL and libsndfile",
"url": 'https://github.com/klutzy/suruga', "travis_url": "https://travis-ci.org/JeremyLetang/ears",
"descr": 'Common Rust crypto utilities' "travis_badge": "https://travis-ci.org/jeremyletang/ears.svg?branch=master"
}, },
"SiegeLord/RustCMake": { "JeremyLetang/rust-portaudio": {
"url": "https://github.com/SiegeLord/RustCMake", "url": "https://github.com/JeremyLetang/rust-portaudio",
"descr": "an example project showing usage of CMake with Rust", "descr": md_link('PortAudio', 'http://www.portaudio.com/') + " bindings",
"travis_url": "https://travis-ci.org/SiegeLord/RustCMake", "travis_url": "https://travis-ci.org/JeremyLetang/rust-portaudio",
"travis_badge": "https://travis-ci.org/SiegeLord/RustCMake.svg?branch=master" "travis_badge": "https://travis-ci.org/jeremyletang/rust-portaudio.svg?branch=master"
}, },
"PistonDevelopers/rust-empty": { "musitdev/rust-portmidi": {
"url": "https://github.com/PistonDevelopers/rust-empty", "url": "https://github.com/musitdev/rust-portmidi",
"descr": "a Makefile to get started with Rust" "descr": md_link('PortMidi', 'http://portmedia.sourceforge.net/portmidi/') + " bindings",
}, "travis_url": "https://travis-ci.org/musitdev/rust-portmidi",
"docopt/docopt.rs": { "travis_badge": "https://travis-ci.org/musitdev/rust-portmidi.svg?branch=master"
"url": "https://github.com/docopt/docopt.rs", },
"descr": "a Rust implementation of " + md_link('DocOpt', 'http://docopt.org'), "PistonDevelopers/image": {
"travis_url": "https://travis-ci.org/docopt/docopt.rs", "url": "https://github.com/PistonDevelopers/image",
"travis_badge": "https://travis-ci.org/docopt/docopt.rs.svg?branch=master" "descr": 'Basic imaging processing functions and methods for converting to and from image formats',
}, "travis_url": "https://travis-ci.org/PistonDevelopers/image",
"wycats/hammer.rs": { "travis_badge": "https://travis-ci.org/PistonDevelopers/image.svg?branch=master"
"url": "https://github.com/wycats/hammer.rs", },
"unstable": True "seb-m/common.rs": {
}, "url": 'https://github.com/klutzy/suruga',
"lifthrasiir/rust-zip": { "descr": 'Common Rust crypto utilities'
"url": "https://github.com/lifthrasiir/rust-zip", },
"descr": "read and write ZIP archives", "SiegeLord/RustCMake": {
"travis_url": "https://travis-ci.org/lifthrasiir/rust-zip", "url": "https://github.com/SiegeLord/RustCMake",
"travis_badge": "https://travis-ci.org/lifthrasiir/rust-zip.svg?branch=master" "descr": "an example project showing usage of CMake with Rust",
}, "travis_url": "https://travis-ci.org/SiegeLord/RustCMake",
"eholk/rust-opencl": { "travis_badge": "https://travis-ci.org/SiegeLord/RustCMake.svg?branch=master"
"url": "https://github.com/eholk/rust-opencl", },
"descr": md_link('OpenCL', 'https://www.khronos.org/opencl/') + " bindings", "PistonDevelopers/rust-empty": {
"travis_url": "https://travis-ci.org/eholk/rust-opencl", "url": "https://github.com/PistonDevelopers/rust-empty",
"travis_badge": "https://travis-ci.org/eholk/rust-opencl.svg?branch=master" "descr": "a Makefile to get started with Rust"
}, },
"DaGenix/rust-crypto": { "docopt/docopt.rs": {
"url": "https://github.com/DaGenix/rust-crypto", "url": "https://github.com/docopt/docopt.rs",
"descr": "cryptographic algorithms in Rust", "descr": "a Rust implementation of " + md_link('DocOpt', 'http://docopt.org'),
"travis_url": "https://travis-ci.org/DaGenix/rust-crypto", "travis_url": "https://travis-ci.org/docopt/docopt.rs",
"travis_badge": "https://travis-ci.org/DaGenix/rust-crypto.svg?branch=master" "travis_badge": "https://travis-ci.org/docopt/docopt.rs.svg?branch=master"
}, },
"dnaq/sodiumoxide": { "wycats/hammer.rs": {
"url": "https://github.com/dnaq/sodiumoxide", "url": "https://github.com/wycats/hammer.rs",
"descr": md_link('libsodium', 'https://github.com/jedisct1/libsodium') + " bindings" "unstable": True
}, },
"sfackler/rust-openssl": { "lifthrasiir/rust-zip": {
"url": "https://github.com/sfackler/rust-openssl", "url": "https://github.com/lifthrasiir/rust-zip",
"descr": "OpenSSL bindings", "descr": "read and write ZIP archives",
"travis_url": "https://travis-ci.org/sfackler/rust-openssl", "travis_url": "https://travis-ci.org/lifthrasiir/rust-zip",
"travis_badge": "https://travis-ci.org/sfackler/rust-openssl.svg?branch=master" "travis_badge": "https://travis-ci.org/lifthrasiir/rust-zip.svg?branch=master"
}, },
"blackbeam/rust-mysql-simple": { "eholk/rust-opencl": {
"url": "https://github.com/blackbeam/rust-mysql-simple", "url": "https://github.com/eholk/rust-opencl",
"descr": "a native MySql client", "descr": md_link('OpenCL', 'https://www.khronos.org/opencl/') + " bindings",
"travis_url": "https://travis-ci.org/blackbeam/rust-mysql-simple", "travis_url": "https://travis-ci.org/eholk/rust-opencl",
"travis_badge": "https://travis-ci.org/blackbeam/rust-mysql-simple.svg?branch=master" "travis_badge": "https://travis-ci.org/eholk/rust-opencl.svg?branch=master"
}, },
"sfackler/rust-postgres": { "DaGenix/rust-crypto": {
"url": "https://github.com/sfackler/rust-postgres", "url": "https://github.com/DaGenix/rust-crypto",
"descr": "a native " + md_link('PostgreSQL', 'http://www.postgresql.org') + " client", "descr": "cryptographic algorithms in Rust",
"travis_url": "https://travis-ci.org/sfackler/rust-postgres", "travis_url": "https://travis-ci.org/DaGenix/rust-crypto",
"travis_badge": "https://travis-ci.org/sfackler/rust-postgres.svg?branch=master" "travis_badge": "https://travis-ci.org/DaGenix/rust-crypto.svg?branch=master"
}, },
"linuxfood/rustsqlite": { "dnaq/sodiumoxide": {
"url": "https://github.com/linuxfood/rustsqlite", "url": "https://github.com/dnaq/sodiumoxide",
"descr": md_link('Sqlite3', 'http://www.sqlite.org/') + " bindings", "descr": md_link('libsodium', 'https://github.com/jedisct1/libsodium') + " bindings"
}, },
"dwrensha/capnproto-rust": { "sfackler/rust-openssl": {
"url": "https://github.com/dwrensha/capnproto-rust", "url": "https://github.com/sfackler/rust-openssl",
"travis_url": "https://travis-ci.org/dwrensha/capnproto-rust", "descr": "OpenSSL bindings",
"travis_badge": "https://travis-ci.org/dwrensha/capnproto-rust.svg?branch=master" "travis_url": "https://travis-ci.org/sfackler/rust-openssl",
}, "travis_badge": "https://travis-ci.org/sfackler/rust-openssl.svg?branch=master"
"lifthrasiir/rust-encoding": { },
"url": "https://github.com/lifthrasiir/rust-encoding", "blackbeam/rust-mysql-simple": {
"travis_url": "https://travis-ci.org/lifthrasiir/rust-encoding", "url": "https://github.com/blackbeam/rust-mysql-simple",
"travis_badge": "https://travis-ci.org/lifthrasiir/rust-encoding.svg?branch=master" "descr": "a native MySql client",
}, "travis_url": "https://travis-ci.org/blackbeam/rust-mysql-simple",
"BurntSushi/rust-csv": { "travis_badge": "https://travis-ci.org/blackbeam/rust-mysql-simple.svg?branch=master"
"url": "https://github.com/BurntSushi/rust-csv", },
"travis_url": "https://travis-ci.org/BurntSushi/rust-csv", "sfackler/rust-postgres": {
"travis_badge": "https://api.travis-ci.org/BurntSushi/rust-csv.svg?branch=master" "url": "https://github.com/sfackler/rust-postgres",
}, "descr": "a native " + md_link('PostgreSQL', 'http://www.postgresql.org') + " client",
"Geal/rust-csv": { "travis_url": "https://travis-ci.org/sfackler/rust-postgres",
"url": "https://github.com/Geal/rust-csv", "travis_badge": "https://travis-ci.org/sfackler/rust-postgres.svg?branch=master"
"travis_url": "https://travis-ci.org/Geal/rust-csv", },
"travis_badge": "https://travis-ci.org/Geal/rust-csv.svg?branch=master", "linuxfood/rustsqlite": {
"unstable": True "url": "https://github.com/linuxfood/rustsqlite",
}, "descr": md_link('Sqlite3', 'http://www.sqlite.org/') + " bindings",
"mneumann/rust-msgpack": { },
"url": "https://github.com/mneumann/rust-msgpack", "dwrensha/capnproto-rust": {
"travis_url": "https://travis-ci.org/mneumann/rust-msgpack", "url": "https://github.com/dwrensha/capnproto-rust",
"travis_badge": "https://travis-ci.org/mneumann/rust-msgpack.svg?branch=master" "travis_url": "https://travis-ci.org/dwrensha/capnproto-rust",
}, "travis_badge": "https://travis-ci.org/dwrensha/capnproto-rust.svg?branch=master"
"stepancheg/rust-protobuf": { },
"url": "https://github.com/stepancheg/rust-protobuf", "lifthrasiir/rust-encoding": {
"travis_url": "https://travis-ci.org/stepancheg/rust-protobuf", "url": "https://github.com/lifthrasiir/rust-encoding",
"travis_badge": "https://travis-ci.org/stepancheg/rust-protobuf.svg?branch=master" "travis_url": "https://travis-ci.org/lifthrasiir/rust-encoding",
}, "travis_badge": "https://travis-ci.org/lifthrasiir/rust-encoding.svg?branch=master"
"alexcrichton/toml-rs": { },
"url": "https://github.com/alexcrichton/toml-rs" "BurntSushi/rust-csv": {
}, "url": "https://github.com/BurntSushi/rust-csv",
"erickt/rust-tnetstring": { "travis_url": "https://travis-ci.org/BurntSushi/rust-csv",
"url": "https://github.com/erickt/rust-tnetstring", "travis_badge": "https://api.travis-ci.org/BurntSushi/rust-csv.svg?branch=master"
"travis_url": "https://travis-ci.org/erickt/rust-tnetstring", },
"travis_badge": "https://travis-ci.org/erickt/rust-tnetstring.svg?branch=master", "Geal/rust-csv": {
"unstable": True "url": "https://github.com/Geal/rust-csv",
}, "travis_url": "https://travis-ci.org/Geal/rust-csv",
"Ygg01/xml-air": { "travis_badge": "https://travis-ci.org/Geal/rust-csv.svg?branch=master",
"url": "https://github.com/Ygg01/xml-air", "unstable": True
"descr": "A hybrid pull, DOM parser written in pure Rust", },
"travis_url": "https://travis-ci.org/Ygg01/xml-air", "mneumann/rust-msgpack": {
"travis_badge": "https://travis-ci.org/Ygg01/xml-air.svg?branch=master", "url": "https://github.com/mneumann/rust-msgpack",
"unstable": True "travis_url": "https://travis-ci.org/mneumann/rust-msgpack",
}, "travis_badge": "https://travis-ci.org/mneumann/rust-msgpack.svg?branch=master"
"Florob/RustyXML": { },
"url": "https://github.com/Florob/RustyXML", "stepancheg/rust-protobuf": {
"descr": "an XML parser written in Rust", "url": "https://github.com/stepancheg/rust-protobuf",
"travis_url": "https://travis-ci.org/Florob/RustyXM", "travis_url": "https://travis-ci.org/stepancheg/rust-protobuf",
"travis_badge": "https://travis-ci.org/Florob/RustyXML.svg?branch=master" "travis_badge": "https://travis-ci.org/stepancheg/rust-protobuf.svg?branch=master"
}, },
"netvl/rust-xml": { "alexcrichton/toml-rs": {
"url": "https://github.com/netvl/rust-xml", "url": "https://github.com/alexcrichton/toml-rs"
"descr": "a streaming XML library", },
"travis_url": "https://travis-ci.org/netvl/rust-xml", "erickt/rust-tnetstring": {
"travis_badge": "https://travis-ci.org/netvl/rust-xml.svg?branch=master" "url": "https://github.com/erickt/rust-tnetstring",
}, "travis_url": "https://travis-ci.org/erickt/rust-tnetstring",
"JeremyLetang/rustenstein3D": { "travis_badge": "https://travis-ci.org/erickt/rust-tnetstring.svg?branch=master",
"url": "https://github.com/JeremyLetang/rustenstein3D/", "unstable": True
"descr": "a raycasting engine in rust", },
"travis_url": "", "Ygg01/xml-air": {
"travis_badge": "", "url": "https://github.com/Ygg01/xml-air",
'unstable': True "descr": "A hybrid pull, DOM parser written in pure Rust",
}, "travis_url": "https://travis-ci.org/Ygg01/xml-air",
"lifthrasiir/angolmois-rust": { "travis_badge": "https://travis-ci.org/Ygg01/xml-air.svg?branch=master",
"url": "https://github.com/lifthrasiir/angolmois-rust", "unstable": True
"descr": "a minimalistic music video game which supports the BMS format", },
"travis_url": "https://travis-ci.org/lifthrasiir/angolmois-rust", "Florob/RustyXML": {
"travis_badge": "https://travis-ci.org/lifthrasiir/angolmois-rust.svg?branch=master" "url": "https://github.com/Florob/RustyXML",
}, "descr": "an XML parser written in Rust",
"mozilla-servo/rust-cocoa": { "travis_url": "https://travis-ci.org/Florob/RustyXM",
"url": "https://github.com/mozilla-servo/rust-cocoa" "travis_badge": "https://travis-ci.org/Florob/RustyXML.svg?branch=master"
}, },
"JeremyLetang/rgtk": { "netvl/rust-xml": {
"url": "https://github.com/JeremyLetang/rgtk", "url": "https://github.com/netvl/rust-xml",
"descr": md_link('Gtk+', 'http://www.gtk.org') + " bindings", "descr": "a streaming XML library",
"travis_url": "https://travis-ci.org/jeremyletang/rgtk", "travis_url": "https://travis-ci.org/netvl/rust-xml",
"travis_badge": "https://travis-ci.org/jeremyletang/rgtk.svg?branch=master" "travis_badge": "https://travis-ci.org/netvl/rust-xml.svg?branch=master"
}, },
"jeaye/ncurses-rs": { "JeremyLetang/rustenstein3D": {
"url": "https://github.com/jeaye/ncurses-rs", "url": "https://github.com/JeremyLetang/rustenstein3D/",
"travis_url": "https://travis-ci.org/jeaye/ncurses-rs", "descr": "a raycasting engine in rust",
"travis_badge": "https://travis-ci.org/jeaye/ncurses-rs.svg?branch=master" "travis_url": "",
}, "travis_badge": "",
"AngryLawyer/rust-sdl2": { 'unstable': True
"url": "https://github.com/AngryLawyer/rust-sdl2", },
"descr": md_link('SDL2', 'http://www.libsdl.org/') + " bindings", "lifthrasiir/angolmois-rust": {
"travis_url": "https://travis-ci.org/AngryLawyer/rust-sdl2", "url": "https://github.com/lifthrasiir/angolmois-rust",
"travis_badge": "https://travis-ci.org/AngryLawyer/rust-sdl2.svg?branch=master" "descr": "a minimalistic music video game which supports the BMS format",
}, "travis_url": "https://travis-ci.org/lifthrasiir/angolmois-rust",
"brson/rust-sdl": { "travis_badge": "https://travis-ci.org/lifthrasiir/angolmois-rust.svg?branch=master"
"url": "https://github.com/brson/rust-sdl", },
"descr": md_link('SDL1', 'http://www.libsdl.org/') + " bindings", "mozilla-servo/rust-cocoa": {
"travis_url": "https://travis-ci.org/brson/rust-sdl", "url": "https://github.com/mozilla-servo/rust-cocoa"
"travis_badge": "https://travis-ci.org/brson/rust-sdl.svg?branch=master" },
}, "JeremyLetang/rgtk": {
"gchp/rustbox": { "url": "https://github.com/JeremyLetang/rgtk",
"url": "https://github.com/gchp/rustbox", "descr": md_link('Gtk+', 'http://www.gtk.org') + " bindings",
"descr": "a Rust implementation of " + md_link('termbox', 'http://github.com/nsf/termbox') "travis_url": "https://travis-ci.org/jeremyletang/rgtk",
}, "travis_badge": "https://travis-ci.org/jeremyletang/rgtk.svg?branch=master"
"erickt/rust-zmq": { },
"url": "https://github.com/erickt/rust-zmq", "jeaye/ncurses-rs": {
"descr": md_link('ZeroMQ', 'http://zeromq.org') + " bindings", "url": "https://github.com/jeaye/ncurses-rs",
"travis_url": "https://travis-ci.org/erickt/rust-zmq", "travis_url": "https://travis-ci.org/jeaye/ncurses-rs",
"travis_badge": "https://travis-ci.org/erickt/rust-zmq.svg?branch=master" "travis_badge": "https://travis-ci.org/jeaye/ncurses-rs.svg?branch=master"
}, },
"zeromq/zmq.rs": { "AngryLawyer/rust-sdl2": {
"url": "https://github.com/zeromq/zmq.rs", "url": "https://github.com/AngryLawyer/rust-sdl2",
"descr": "Rust implementation of the " + md_link('ZeroMQ', 'http://zeromq.org') + "protocol", "descr": md_link('SDL2', 'http://www.libsdl.org/') + " bindings",
"travis_url": "https://travis-ci.org/zeromq/zmq.rs", "travis_url": "https://travis-ci.org/AngryLawyer/rust-sdl2",
"travis_badge": "https://travis-ci.org/zeromq/zmq.rs.svg?branch=master", "travis_badge": "https://travis-ci.org/AngryLawyer/rust-sdl2.svg?branch=master"
"unstable": True },
}, "brson/rust-sdl": {
"erickt/rust-mustache": { "url": "https://github.com/brson/rust-sdl",
"url": "https://github.com/erickt/rust-mustache", "descr": md_link('SDL1', 'http://www.libsdl.org/') + " bindings",
"travis_url": "https://travis-ci.org/erickt/rust-mustache", "travis_url": "https://travis-ci.org/brson/rust-sdl",
"travis_badge": "https://travis-ci.org/erickt/rust-mustache.svg?branch=master", "travis_badge": "https://travis-ci.org/brson/rust-sdl.svg?branch=master"
"unstable": True },
}, "gchp/rustbox": {
"BurntSushi/quickcheck": { "url": "https://github.com/gchp/rustbox",
"url": "https://github.com/BurntSushi/quickcheck", "descr": "a Rust implementation of " + md_link('termbox', 'http://github.com/nsf/termbox')
"descr": 'a Rust implementation of ' + md_link('QuickCheck', 'http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck1'), },
"travis_url": "https://travis-ci.org/BurntSushi/quickcheck", "erickt/rust-zmq": {
"travis_badge": "https://travis-ci.org/BurntSushi/quickcheck.svg?branch=master" "url": "https://github.com/erickt/rust-zmq",
}, "descr": md_link('ZeroMQ', 'http://zeromq.org') + " bindings",
"farcaller/shiny": { "travis_url": "https://travis-ci.org/erickt/rust-zmq",
"url": "https://github.com/farcaller/shiny", "travis_badge": "https://travis-ci.org/erickt/rust-zmq.svg?branch=master"
"descr": "a fancy syntax similar to ruby's rspec or Objective-C's kiwi", },
"travis_url": "https://travis-ci.org/farcaller/shiny", "zeromq/zmq.rs": {
"travis_badge": "https://travis-ci.org/farcaller/shiny.svg?branch=master" "url": "https://github.com/zeromq/zmq.rs",
}, "descr": "Rust implementation of the " + md_link('ZeroMQ', 'http://zeromq.org') + "protocol",
"chris-morgan/rust-http": { "travis_url": "https://travis-ci.org/zeromq/zmq.rs",
"url": "https://github.com/chris-morgan/rust-http", "travis_badge": "https://travis-ci.org/zeromq/zmq.rs.svg?branch=master",
"descr": "will be replaced by " + md_link('Teepee', 'http://teepee.rs/'), "unstable": True
"travis_url": "https://travis-ci.org/chris-morgan/rust-http", },
"travis_badge": "https://travis-ci.org/chris-morgan/rust-http.svg?branch=master" "erickt/rust-mustache": {
}, "url": "https://github.com/erickt/rust-mustache",
"Teepee": { "travis_url": "https://travis-ci.org/erickt/rust-mustache",
"url": "http://teepee.rs/", "travis_badge": "https://travis-ci.org/erickt/rust-mustache.svg?branch=master",
"travis_url": "https://travis-ci.org/teepee/teepee", "unstable": True
"travis_badge": "https://travis-ci.org/teepee/teepee.svg?branch=master", },
'unstable': True "BurntSushi/quickcheck": {
}, "url": "https://github.com/BurntSushi/quickcheck",
"hyperium/hyper": { "descr": 'a Rust implementation of ' + md_link('QuickCheck', 'http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck1'),
"url": "https://github.com/hyperium/hyper", "travis_url": "https://travis-ci.org/BurntSushi/quickcheck",
"travis_url": "https://travis-ci.org/hyperium/hyper", "travis_badge": "https://travis-ci.org/BurntSushi/quickcheck.svg?branch=master"
"travis_badge": "https://travis-ci.org/hyperium/hyper.svg?branch=master" },
}, "farcaller/shiny": {
"carllerche/curl-rust": { "url": "https://github.com/farcaller/shiny",
"url": "https://github.com/carllerche/curl-rust", "descr": "a fancy syntax similar to ruby's rspec or Objective-C's kiwi",
"descr": md_link('libcurl', 'http://curl.haxx.se/libcurl/') + " bindings" "travis_url": "https://travis-ci.org/farcaller/shiny",
}, "travis_badge": "https://travis-ci.org/farcaller/shiny.svg?branch=master"
"vhbit/curl-rs": { },
"url": "https://github.com/vhbit/curl-rs", "chris-morgan/rust-http": {
"descr": md_link('libcurl', 'http://curl.haxx.se/libcurl/') + " bindings", "url": "https://github.com/chris-morgan/rust-http",
}, "descr": "will be replaced by " + md_link('Teepee', 'http://teepee.rs/'),
"erickt/rust-mongrel2": { "travis_url": "https://travis-ci.org/chris-morgan/rust-http",
"url": "https://github.com/erickt/rust-mongrel2", "travis_badge": "https://travis-ci.org/chris-morgan/rust-http.svg?branch=master"
"descr": md_link('Mongrel2', 'http://mongrel2.org') + " bindings", },
"travis_url": "https://travis-ci.org/erickt/rust-mongrel2", "Teepee": {
"travis_badge": "https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master", "url": "http://teepee.rs/",
}, "travis_url": "https://travis-ci.org/teepee/teepee",
"Iron": { "travis_badge": "https://travis-ci.org/teepee/teepee.svg?branch=master",
"url": "http://ironframework.io/", 'unstable': True
"descr": "inspired by " + md_link('Express', 'http://expressjs.com/'), },
"travis_url": "https://travis-ci.org/iron/iron", "hyperium/hyper": {
"travis_badge": "https://travis-ci.org/iron/iron.svg?branch=master", "url": "https://github.com/hyperium/hyper",
}, "travis_url": "https://travis-ci.org/hyperium/hyper",
"Nickel": { "travis_badge": "https://travis-ci.org/hyperium/hyper.svg?branch=master"
"url": "http://nickel.rs/", },
"descr": "inspired by " + md_link('Express', 'http://expressjs.com/'), "carllerche/curl-rust": {
"travis_url": "https://travis-ci.org/nickel-org/nickel.rs", "url": "https://github.com/carllerche/curl-rust",
"travis_badge": "https://travis-ci.org/nickel-org/nickel.rs.svg?branch=master", "descr": md_link('libcurl', 'http://curl.haxx.se/libcurl/') + " bindings"
}, },
"Rust by Example": { "vhbit/curl-rs": {
"url": "http://rustbyexample.com/", "url": "https://github.com/vhbit/curl-rs",
}, "descr": md_link('libcurl', 'http://curl.haxx.se/libcurl/') + " bindings",
"Rust CI": { },
"url": "http://www.rust-ci.org", "erickt/rust-mongrel2": {
"descr": "a " + md_link('Travis CI', 'https://travis-ci.com') + " dashboard for Rust projects", "url": "https://github.com/erickt/rust-mongrel2",
}, "descr": md_link('Mongrel2', 'http://mongrel2.org') + " bindings",
"Rust Guidelines": { "travis_url": "https://travis-ci.org/erickt/rust-mongrel2",
"url": "http://aturon.github.io", "travis_badge": "https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master",
}, },
"kenz-gelsoft/wxRust": { "Iron": {
"url": "https://github.com/kenz-gelsoft/wxRust", "url": "http://ironframework.io/",
"descr": md_link('wxWidgets', 'http://www.wxwidgets.org/') + " bindings", "descr": "inspired by " + md_link('Express', 'http://expressjs.com/'),
"travis_url": "https://travis-ci.org/kenz-gelsoft/wxRust", "travis_url": "https://travis-ci.org/iron/iron",
"travis_badge": "https://travis-ci.org/kenz-gelsoft/wxRust.svg?branch=master", "travis_badge": "https://travis-ci.org/iron/iron.svg?branch=master",
"unstable": True },
}, "Nickel": {
"Arcterus/game-of-life": { "url": "http://nickel.rs/",
"url": "https://github.com/Arcterus/game-of-life", "descr": "inspired by " + md_link('Express', 'http://expressjs.com/'),
"unstable": True "travis_url": "https://travis-ci.org/nickel-org/nickel.rs",
}, "travis_badge": "https://travis-ci.org/nickel-org/nickel.rs.svg?branch=master",
"Arcterus/rust-snake": { },
"url": "https://github.com/Arcterus/rust-snake", "Rust by Example": {
"unstable": True "url": "http://rustbyexample.com/",
}, },
"bachm/rusty-tetris": { "Rust CI": {
"url": "https://github.com/bachm/rusty-tetris", "url": "http://www.rust-ci.org",
"unstable": True "descr": "a " + md_link('Travis CI', 'https://travis-ci.com') + " dashboard for Rust projects",
}, },
"bvssvni/rust-snake": { "Rust Guidelines": {
"url": "https://github.com/bvssvni/rust-snake", "url": "http://aturon.github.io",
"unstable": True },
}, "kenz-gelsoft/wxRust": {
"Coeuvre/rust-2048": { "url": "https://github.com/kenz-gelsoft/wxRust",
"url": "https://github.com/Coeuvre/rust-2048", "descr": md_link('wxWidgets', 'http://www.wxwidgets.org/') + " bindings",
"unstable": True "travis_url": "https://travis-ci.org/kenz-gelsoft/wxRust",
}, "travis_badge": "https://travis-ci.org/kenz-gelsoft/wxRust.svg?branch=master",
"Coeuvre/rust-pong": { "unstable": True
"url": "https://github.com/Coeuvre/rust-pong", },
"unstable": True "Arcterus/game-of-life": {
}, "url": "https://github.com/Arcterus/game-of-life",
"dpc/rustyhex": { "unstable": True
"url": "https://github.com/dpc/rustyhex", },
"unstable": True "Arcterus/rust-snake": {
}, "url": "https://github.com/Arcterus/rust-snake",
"FrozenCow/rust-airhockey": { "unstable": True
"url": "https://github.com/FrozenCow/rust-airhockey", },
"unstable": True "bachm/rusty-tetris": {
}, "url": "https://github.com/bachm/rusty-tetris",
"jeaye/q3": { "unstable": True
"url": "https://github.com/jeaye/q3", },
"unstable": True "bvssvni/rust-snake": {
}, "url": "https://github.com/bvssvni/rust-snake",
"mynery/xxo": { "unstable": True
"url": "https://github.com/mynery/xxo", },
"unstable": True "Coeuvre/rust-2048": {
}, "url": "https://github.com/Coeuvre/rust-2048",
"ozkriff/marauder": { "unstable": True
"url": "https://github.com/ozkriff/marauder", },
"unstable": True "Coeuvre/rust-pong": {
}, "url": "https://github.com/Coeuvre/rust-pong",
"rlane/cubeland": { "unstable": True
"url": "https://github.com/rlane/cubeland", },
"unstable": True "dpc/rustyhex": {
}, "url": "https://github.com/dpc/rustyhex",
"zokier/pong-rs": { "unstable": True
"url": "https://github.com/zokier/pong-rs", },
"unstable": True "FrozenCow/rust-airhockey": {
}, "url": "https://github.com/FrozenCow/rust-airhockey",
"bjz/gl-rs": { "unstable": True
"url": "https://github.com/bjz/gl-rs", },
"unstable": True "jeaye/q3": {
}, "url": "https://github.com/jeaye/q3",
"servo/rust-opengles": { "unstable": True
"url": "https://github.com/servo/rust-opengles", },
"unstable": True "mynery/xxo": {
}, "url": "https://github.com/mynery/xxo",
"PistonDevelopers/piston": { "unstable": True
"url": "https://github.com/pistondevelopers/piston", },
"travis_url": "https://travis-ci.org/PistonDevelopers/piston", "ozkriff/marauder": {
"travis_badge": "https://travis-ci.org/PistonDevelopers/piston.svg?branch=master", "url": "https://github.com/ozkriff/marauder",
}, "unstable": True
"sebcrozet/kiss3d": { },
"url": "https://github.com/sebcrozet/kiss3d", "rlane/cubeland": {
"unstable": True "url": "https://github.com/rlane/cubeland",
}, "unstable": True
"servo/rust-glut": { },
"url": "https://github.com/mozilla-servo/rust-glut", "zokier/pong-rs": {
"unstable": True "url": "https://github.com/zokier/pong-rs",
}, "unstable": True
"bjz/glfw-rs": { },
"url": "https://github.com/bjz/glfw-rs", "bjz/gl-rs": {
"unstable": True "url": "https://github.com/bjz/gl-rs",
}, "unstable": True
"jeremyletang/rust-sfml": { },
"url": "https://github.com/JeremyLetang/rust-sfml", "servo/rust-opengles": {
"descr": md_link('SFML', 'http://www.sfml-dev.org/') + " bindings", "url": "https://github.com/servo/rust-opengles",
"travis_url": "https://travis-ci.org/jeremyLetang/rust-sfml", "unstable": True
"travis_badge": "https://travis-ci.org/jeremyletang/rust-sfml.svg?branch=master", },
}, "PistonDevelopers/piston": {
"SiegeLord/RustAllegro": { "url": "https://github.com/pistondevelopers/piston",
"url": "https://github.com/SiegeLord/RustAllegro", "travis_url": "https://travis-ci.org/PistonDevelopers/piston",
"descr": md_link('Allegro 5', 'http://liballeg.org/') + " bindings", "travis_badge": "https://travis-ci.org/PistonDevelopers/piston.svg?branch=master",
"travis_url": "https://travis-ci.org/SiegeLord/RustAllegro", },
"travis_badge": "https://travis-ci.org/SiegeLord/RustAllegro.svg?branch=master", "sebcrozet/kiss3d": {
}, "url": "https://github.com/sebcrozet/kiss3d",
"bjz/bullet-rs": { "unstable": True
"url": "https://github.com/bjz/bullet-rs", },
"unstable": True "servo/rust-glut": {
}, "url": "https://github.com/mozilla-servo/rust-glut",
"sebcrozet/ncollide": { "unstable": True
"url": "https://github.com/sebcrozet/ncollide", },
"unstable": True "bjz/glfw-rs": {
}, "url": "https://github.com/bjz/glfw-rs",
"sebcrozet/nphysics": { "unstable": True
"url": "https://github.com/sebcrozet/nphysics", },
"unstable": True "jeremyletang/rust-sfml": {
}, "url": "https://github.com/JeremyLetang/rust-sfml",
"rustache/rustache": { "descr": md_link('SFML', 'http://www.sfml-dev.org/') + " bindings",
"url": "https://github.com/rustache/rustache", "travis_url": "https://travis-ci.org/jeremyLetang/rust-sfml",
"travis_url": "https://travis-ci.org/rustache/rustache", "travis_badge": "https://travis-ci.org/jeremyletang/rust-sfml.svg?branch=master",
"travis_badge": "https://travis-ci.org/rustache/rustache.svg?branch=master" },
}, "SiegeLord/RustAllegro": {
"url": "https://github.com/SiegeLord/RustAllegro",
"descr": md_link('Allegro 5', 'http://liballeg.org/') + " bindings",
"travis_url": "https://travis-ci.org/SiegeLord/RustAllegro",
"travis_badge": "https://travis-ci.org/SiegeLord/RustAllegro.svg?branch=master",
},
"bjz/bullet-rs": {
"url": "https://github.com/bjz/bullet-rs",
"unstable": True
},
"sebcrozet/ncollide": {
"url": "https://github.com/sebcrozet/ncollide",
"unstable": True
},
"sebcrozet/nphysics": {
"url": "https://github.com/sebcrozet/nphysics",
"unstable": True
},
"rustache/rustache": {
"url": "https://github.com/rustache/rustache",
"travis_url": "https://travis-ci.org/rustache/rustache",
"travis_badge": "https://travis-ci.org/rustache/rustache.svg?branch=master"
},
} }
@ -528,6 +550,7 @@ entry( '* ', 'lifthrasiir/rust-zip', rows_stable, rows_unstable )
add( '\n### Computation\n', rows_stable, rows_unstable ) add( '\n### Computation\n', rows_stable, rows_unstable )
entry( '* ', 'eholk/rust-opencl', rows_stable, rows_unstable ) entry( '* ', 'eholk/rust-opencl', rows_stable, rows_unstable )
entry( '* ', 'thestinger/rust-gmp', rows_stable, rows_unstable )
add( '\n### Cryptography\n', rows_stable, rows_unstable ) add( '\n### Cryptography\n', rows_stable, rows_unstable )
entry( '* ', 'DaGenix/rust-crypto', rows_stable, rows_unstable ) entry( '* ', 'DaGenix/rust-crypto', rows_stable, rows_unstable )
@ -617,6 +640,12 @@ add( '\n### Image processing\n', rows_stable, rows_unstable )
entry( '* ', 'PistonDevelopers/image', rows_stable, rows_unstable ) entry( '* ', 'PistonDevelopers/image', rows_stable, rows_unstable )
add( '\n### Network programming\n', rows_stable, rows_unstable ) add( '\n### Network programming\n', rows_stable, rows_unstable )
add( '* Low level', rows_stable, rows_unstable )
entry( ' * ', 'libpnet/libpnet', rows_stable, rows_unstable )
add( '* SSH', rows_stable, rows_unstable )
entry( ' * ', 'alexcrichton/ssh2-rs', rows_stable, rows_unstable )
add( '* Stomp', rows_stable, rows_unstable )
entry( ' * ', 'zslayton/stomp-rs', rows_stable, rows_unstable )
add( '* ZeroMQ', rows_stable, rows_unstable ) add( '* ZeroMQ', rows_stable, rows_unstable )
entry( ' * ', 'erickt/rust-zmq', rows_stable, rows_unstable ) entry( ' * ', 'erickt/rust-zmq', rows_stable, rows_unstable )