Commit Graph

970 Commits

Author SHA1 Message Date
Dylan McKay
ffa51f47e8 Add dylanmckay/protocol library
The library is used to define packet-based protocol definitions.

[library](https://github.com/dylanmckay/protocol).
2016-09-12 23:02:15 +12:00
kud1ing
15679b526b Merge pull request #198 from ebkalderon/master
Correct game development section
2016-09-09 08:18:46 +02:00
Eyal Kalderon
4753bca295 Correct game development section 2016-09-08 16:22:09 -04:00
kud1ing
8295e7e108 remove thommay/aws-rs due to inactivity. also there is an open PR to port it to Rust 1.2 2016-09-07 08:39:15 +02:00
kud1ing
5d2d107fb4 fix name 2016-09-07 08:22:58 +02:00
kud1ing
b56757457a remove phonkee/treasure because of inactive experimental status 2016-09-07 08:21:35 +02:00
kud1ing
03b23bb2b2 Merge pull request #196 from ivanceras/master
Added curtain for Applications
2016-09-05 12:32:14 +02:00
Jovansonlee Cesar
cbe825faf8 Added curtain for Applications 2016-09-05 18:06:50 +08:00
kud1ing
01f8c04aa7 Merge pull request #195 from green-coder/patch-1
Update README.md
2016-09-03 14:54:23 +02:00
Vincent Cantin
197a61065b Update README.md
Added `drrb/rust-netbeans` in the IDE section.
2016-09-03 17:36:30 +08:00
kud1ing
aa2a6771dc fix dashed 2016-09-02 15:32:52 +02:00
kud1ing
00cb18978e Merge pull request #194 from staktrace/patch-1
Add staktrace/mailparse
2016-09-02 15:31:23 +02:00
staktrace
2caaa857b8 Add staktrace/mailparse
Add a library for parsing email
2016-09-02 08:20:03 -04:00
kud1ing
d31b226bc3 add Geal/rust_on_mobile 2016-09-01 21:56:32 +02:00
kud1ing
d5175037c9 Merge pull request #193 from andschwa/rust-genetic-algorithm
Add andschwa/rust-genetic-algorithm
2016-08-25 06:32:38 +02:00
kud1ing
74ba36dc7c Merge pull request #192 from adelarsq/patch-1
Add intellij-toml
2016-08-25 06:31:42 +02:00
Andrew Schwartzmeyer
5d83b54622 Add andschwa/rust-genetic-algorithm
I wrote this Rust application in May 2015 to learn Rust and practice my
GA skills.
It could easily be rewritten as a library (the GA part is already),
and I believe would be useful as example code.
While developing, I worked closely with the Rust IRC community to produce correct, idiomatic code.
2016-08-24 18:45:03 -07:00
Adelar da Silva Queiróz
4fb86065bc Add intellij-toml 2016-08-24 19:34:56 -03:00
kud1ing
4f7fcd93c5 Merge pull request #191 from adelarsq/patch-1
Add AfterglowIntelliJ
2016-08-23 10:56:53 +02:00
Adelar da Silva Queiróz
bf2c7eb4d3 Add AfterglowIntelliJ 2016-08-22 13:11:01 -03:00
kud1ing
de3827001f Merge pull request #189 from vitiral/rst
add rst
2016-08-12 08:57:28 +02:00
Garrett Berg
6ea17d6fa8 add rst 2016-08-11 22:27:13 -06:00
kud1ing
c234519a8d regroup IDEs 2016-08-11 15:19:34 +02:00
kud1ing
e5ced4d0f3 add zargony/atom-language-rust 2016-08-11 15:16:29 +02:00
kud1ing
c7e6c3fc0e add saviorisdead/RustyCode 2016-08-11 15:14:26 +02:00
kud1ing
62a23771bf add spacejam/rust-rocksdb 2016-08-11 15:12:53 +02:00
kud1ing
3a2fec8bee Merge pull request #188 from shvetsovdm/master
Remove orphaned links from contents
2016-08-11 10:47:07 +02:00
shvetsovdm
53413db9b0 Remove orphaned links from contents 2016-08-11 18:41:36 +10:00
kud1ing
141fd6fba9 add killercup/rustfix 2016-08-11 08:09:46 +02:00
kud1ing
9d3adfebe8 Merge pull request #187 from dangcheng/master
Add carllerche/mio
2016-08-10 15:06:23 +02:00
dangcheng
c3f3c7d73d Add carllerche/mio
MIO is a lightweight IO library for Rust with a focus on adding as little overhead as possible over the OS abstractions
2016-08-10 19:03:39 +08:00
kud1ing
9a96231b45 Merge pull request #185 from indiscipline/zrtstr
Update README.md
2016-08-08 19:08:29 +02:00
Kirill
365588ddda Update README.md
Added indiscipline/zrtstr to Applications
2016-08-08 17:56:10 +03:00
kud1ing
0e9088a530 Merge pull request #184 from Latrasis/master
Add alexcrichton/futures-rs and tokio-rs/tokio
2016-08-07 11:33:21 +01:00
Jacob Payne
1e213aa2d4 Add alexcrichton/futures-rs and tokio-rs/tokio 2016-08-07 00:21:36 -07:00
kud1ing
374a679d47 move text rendering to graphics 2016-08-02 11:30:34 +02:00
kud1ing
9a3e59ea7f Merge pull request #181 from fkr/master
add a list with RustBooks
2016-08-02 10:25:43 +01:00
Felix Kronlage
7902a84b96 add a list of RustBooks 2016-08-01 14:09:28 +02:00
kud1ing
4deeca665b Merge pull request #180 from ozkriff/master
Added rusttype
2016-07-31 17:44:29 +01:00
Andrey Lesnikov
98de81b1f4 Added rusttype 2016-07-31 16:32:46 +03:00
kud1ing
6399d9e96c Merge pull request #179 from saurvs/master
Add nfd-rs
2016-07-31 07:32:26 +01:00
kud1ing
33794d2c88 Merge pull request #178 from dangcheng/master
Add dpc/mioco
2016-07-31 07:31:45 +01:00
Saurav Sachidanand
56366fda59 Add nfd-rs 2016-07-31 11:17:32 +05:30
dangcheng
11c985a3c7 Add dpc/mioco 2016-07-30 13:01:28 +08:00
kud1ing
ae5a1169c1 bjz => brendanzab 2016-07-29 09:15:07 +02:00
kud1ing
af5a28bb6e order 2016-07-29 09:11:21 +02:00
kud1ing
82072d9787 Merge pull request #177 from beneills/master
Add quantum project
2016-07-29 08:08:43 +01:00
Ben Eills
6bcc435f8c Add quantum project 2016-07-26 23:09:03 +01:00
kud1ing
dc274b725b Merge pull request #176 from vityafx/master
Added 2 libraries about url shortening and game development.
2016-07-25 17:07:17 +01:00
Victor Polevoy
29a6cc6ffe Added challonge-rs library. 2016-07-25 14:03:22 +04:00