summaryrefslogtreecommitdiffstats
path: root/content/2015-01-19-this-week-in-rust.md
diff options
context:
space:
mode:
authorFenhl <fenhl@fenhl.net>2015-01-20 03:49:10 +0000
committerFenhl <fenhl@fenhl.net>2015-01-20 03:49:10 +0000
commitf1dd458450ff07f95d0f28df2576f0c7c1119bb7 (patch)
treecbd6bd823f4d5988f16bec18747fc2f01fd0325a /content/2015-01-19-this-week-in-rust.md
parentc77a27d249fabffb7a975a07c5353bc346d36422 (diff)
Add hematite_server to the list of new projects
Diffstat (limited to 'content/2015-01-19-this-week-in-rust.md')
-rw-r--r--content/2015-01-19-this-week-in-rust.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/2015-01-19-this-week-in-rust.md b/content/2015-01-19-this-week-in-rust.md
index 1410c78..b7a31e0 100644
--- a/content/2015-01-19-this-week-in-rust.md
+++ b/content/2015-01-19-this-week-in-rust.md
@@ -224,7 +224,7 @@ The [periodic table of Rust types][period] has been updated, and
* [Small string optimization, remove as_mut_vec][small]. The current
definition of `Vec` doesn't allow the common 'small string'
optimization. [/r/rust][small-r-rust].
-* [Does Rust let you develop faster than C++?][fast]. TL;DR ¯\\\_(ツ)_/¯
+* [Does Rust let you develop faster than C++?][fast]. TL;DR ¯\_(ツ)_/¯
* [Using Rust 1.0 for video game development][games]. Yes, please.
* [Rust support in Visual Studio][vs]. Doesn't exist yet, sorry.
* [Rust Berlin community efforts][berlin]. Berlin needs you!
@@ -254,6 +254,7 @@ The [periodic table of Rust types][period] has been updated, and
* [rs-intrusive]. A system for creating intrusive data structures,
Rust's kryptonite.
* [handlebars-iron]. Template middleware for the Iron web framework.
+* [hematite_server]. Minecraft server clone.
[launch-code]: https://github.com/kmcallister/launch-code
[launch-code-r-rust]: https://www.reddit.com/r/rust/comments/2sc7oq/cryptographic_signatures_for_auditing_unsafe_code/
@@ -267,6 +268,7 @@ The [periodic table of Rust types][period] has been updated, and
[rust-erl-ext]: https://github.com/seriyps/rust-erl-ext
[rs-intrusive]: https://github.com/aidancully/rs-intrusive
[handlebars-iron]: https://github.com/sunng87/handlebars-iron
+[hematite_server]: https://github.com/PistonDevelopers/hematite_server
## Project Updates