diff --git a/UNSTABLE.md b/UNSTABLE.md deleted file mode 100644 index 433ae0f..0000000 --- a/UNSTABLE.md +++ /dev/null @@ -1,164 +0,0 @@ -# Unstable - -A list of awesome but unstable/experimental Rust projects which some day hopefully will be migrated to `README.md`. - -- [Awesome Rust](#awesome-rust) - - [Applications](#applications) - - [Games](#games) - - [Frameworks](#frameworks) - - [Audio](#audio) - - [Build system](#build-system) - - [Command-line argument parsing](#command-line-argument-parsing) - - [Compression](#compression) - - [Computation](#computation) - - [Cryptography](#cryptography) - - [Database](#database) - - [Date and time](#date-and-time) - - [Encoding](#encoding) - - [Game development](#game-development) - - [Games](#games) - - [GUI](#gui) - - [Image processing](#image-processing) - - [Mobile](#mobile) - - [Network programming](#network-programming) - - [Platform specific](#platform-specific) - - [Template engine](#template-engine) - - [Testing](#testing) - - [Web programming](#web-programming) - - [Resources](#resources) - -## Applications - - -### Games - -* [Arcterus/game-of-life](https://github.com/Arcterus/game-of-life) — [](https://travis-ci.org/Arcterus/game-of-life) -* [Arcterus/rust-snake](https://github.com/Arcterus/rust-snake) — [](https://travis-ci.org/Arcterus/rust-snake) -* [bachm/rusty-tetris](https://github.com/bachm/rusty-tetris) — [](https://travis-ci.org/bachm/rusty-tetris) -* [bvssvni/rust-snake](https://github.com/bvssvni/rust-snake) — [](https://travis-ci.org/bvssvni/rust-snake) -* [Coeuvre/rust-pong](https://github.com/Coeuvre/rust-pong) — [](https://travis-ci.org/Coeuvre/rust-pong) -* [dpc/rustyhex](https://github.com/dpc/rustyhex) — [](https://travis-ci.org/dpc/rustyhex) -* [FrozenCow/rust-airhockey](https://github.com/FrozenCow/rust-airhockey) — [](https://travis-ci.org/FrozenCow/rust-airhockey) -* [jeaye/q3](https://github.com/jeaye/q3) — [](https://travis-ci.org/jeaye/q3) -* [mynery/xxo](https://github.com/mynery/xxo) — [](https://travis-ci.org/mynery/xxo) -* [ozkriff/marauder](https://github.com/ozkriff/marauder) — [](https://travis-ci.org/ozkriff/marauder) -* [rlane/cubeland](https://github.com/rlane/cubeland) — [](https://travis-ci.org/rlane/cubeland) -* [zokier/pong-rs](https://github.com/zokier/pong-rs) — [](https://travis-ci.org/zokier/pong-rs) - -## Frameworks - - -### Audio - - -### Build system - -* CMake - -### Command-line argument parsing - -* [wycats/hammer.rs](https://github.com/wycats/hammer.rs) — [](https://travis-ci.org/wycats/hammer.rs) - -### Compression - - -### Computation - - -### Cryptography - - -### Database - -* NoSQL - * Redis - * RethinkDB - * [tomjakubowski/rethinkdb-rs](https://github.com/tomjakubowski/rethinkdb-rs) — [RethinkDB](http://www.rethinkdb.com) bindings [](https://travis-ci.org/tomjakubowski/rethinkdb-rs) -* SQL - * MySql - * PostgreSql - * Sqlite - -### Date and time - - -### Encoding - -* Bencode -* Cap'n Proto -* Character Encoding -* CSV - * [Geal/rust-csv](https://github.com/Geal/rust-csv) — [](https://travis-ci.org/Geal/rust-csv) -* HTML -* MsgPck -* ProtocolBuffers -* TOML -* Tnetstring -* XML - * [Ygg01/xml-air](https://github.com/Ygg01/xml-air) — A hybrid pull, DOM parser written in pure Rust [](https://travis-ci.org/Ygg01/xml-air) -* YAML - -### Game development - -* [bjz/bullet-rs](https://github.com/bjz/bullet-rs) — [](https://travis-ci.org/bjz/bullet-rs) -* [JeremyLetang/rustenstein3D](https://github.com/JeremyLetang/rustenstein3D) — a raycasting engine in rust [](https://travis-ci.org/JeremyLetang/rustenstein3D) -* [sebcrozet/kiss3d](https://github.com/sebcrozet/kiss3d) — [](https://travis-ci.org/sebcrozet/kiss3d) -* [sebcrozet/ncollide](https://github.com/sebcrozet/ncollide) — [](https://travis-ci.org/sebcrozet/ncollide) -* [sebcrozet/nphysics](https://github.com/sebcrozet/nphysics) — [](https://travis-ci.org/sebcrozet/nphysics) - -### GUI - -* Cocoa -* Gtk+ -* ncurses -* OpenGL - * [servo/rust-opengles](https://github.com/servo/rust-opengles) — [](https://travis-ci.org/servo/rust-opengles) -* Qt -* SDL -* SFML -* Termbox -* wxWidgets - * [kenz-gelsoft/wxRust](https://github.com/kenz-gelsoft/wxRust) — [wxWidgets](http://www.wxwidgets.org/) bindings [](https://travis-ci.org/kenz-gelsoft/wxRust) - -### Image processing - - -### Mobile - - -### Network programming - -* Low level -* Beanstalkd -* FTP -* NanoMsg -* NNTP -* POP3 -* SSH -* Stomp -* ZeroMQ - * [erickt/rust-zmq](https://github.com/erickt/rust-zmq) — [ZeroMQ](http://zeromq.org) bindings [](https://travis-ci.org/erickt/rust-zmq) - -### Platform specific - -* Linux - -### Template engine - -* Mustache - * [erickt/rust-mustache](https://github.com/erickt/rust-mustache) — [](https://travis-ci.org/erickt/rust-mustache) - -### Testing - - -### Web programming - -See also [http://arewewebyet.com/](http://arewewebyet.com/) - -* Core - * [Teepee](https://github.com/Teepee) — [](https://travis-ci.org/Teepee) -* Client -* Server - * [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings [](https://travis-ci.org/erickt/rust-mongrel2) - -## Resources