You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drafts/2017-10-24-this-week-in-rust.md
+53-37Lines changed: 53 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,14 @@ If you find any errors in this week's issue, [please submit a PR](https://github
16
16
17
17
## News & Blog Posts
18
18
19
-
*[How to Deploy a Rocket Application to Heroku](http://www.duelinmarkers.com/2017/10/21/how-to-deploy-a-rocket-application-to-heroku.html)
19
+
*[Building a cross-platform game in Rust](https://www.reddit.com/r/rust/comments/78bowa/hey_this_is_kyren_from_chucklefish_we_make_and/).
20
+
*[Rust to WebAssembly, made easy](https://lord.io/blog/2017/wargo/).
21
+
*[HolyJit: A JIT for Firefox's and Servo's JS engine written in Rust](https://blog.mozilla.org/javascript/2017/10/20/holyjit-a-new-hope/).
22
+
*[Rust with session types for safe & high-performance codecs](https://polysync.io/blog/session-types-for-hearty-codecs/).
23
+
*[Nightly rustdoc is changing markdown rendering, here's some common differences and how to fix them](https://blog.guillaume-gomez.fr/articles/2017-09-18+New+rustdoc+rendering+common+errors).
24
+
*[How to deploy a Rocket application to Heroku](http://www.duelinmarkers.com/2017/10/21/how-to-deploy-a-rocket-application-to-heroku.html)
20
25
*[Test driven development with Rust](https://matthewkmayer.github.io/blag/public/post/tdd-with-rust/).
26
+
*[This week in Rust docs 78](https://guillaumegomez.github.io/this-week-in-rust-docs/blog/this-week-in-rust-docs-78).
21
27
22
28
# Crate of the Week
23
29
@@ -36,18 +42,33 @@ Every week we highlight some tasks from the Rust community for you to pick and g
36
42
37
43
Some of these tasks may also have mentors available, visit the task page for more information.
38
44
39
-
*[Join us at FOSDEM 2018: devroom CFP](https://rust-fosdem.github.io).
45
+
*[How to get involved with the new gfx-rs development](https://github.com/gfx-rs/gfx/wiki/Getting-Involved).
40
46
*[Contribute to Rust's 2017 impl period](https://www.rustaceans.org/findwork/impl).
41
-
*[Libz blitz: Out-of-band crate evaluation for 2017-10-20: mime](https://internals.rust-lang.org/t/out-of-band-crate-evaluation-for-2017-10-20-mime/5997).
*[Oct 21. Mozilla Brasil - Mergulhando em Rust — O futuro da programação de sistemas #4](https://www.eventbrite.com.br/e/mergulhando-em-rust-o-futuro-da-programacao-de-sistemas-4-registration-38145874337).
144
-
*[Oct 23. Durham, NC - Triangle Rustaceans - with Rust Community Team member Ben Striegel](https://www.meetup.com/triangle-rustaceans/events/243586365/).
145
-
*[Oct 25. Rust Language Milano - Secondo incontro](https://www.meetup.com/rust-language-milano/events/244050676/).
146
-
*[Oct 25. Rust Community Team Meeting at #rust-community on irc.mozilla.org](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-community).
147
-
*[Oct 25. Rust Documentation Team Meeting at #rust-docs on irc.mozilla.org](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-docs).
*[Nov 8. Rust Community Team Meeting at #rust-community on irc.mozilla.org](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-community).
169
+
*[Nov 8. Rust Documentation Team Meeting at #rust-docs on irc.mozilla.org](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-docs).
170
+
*[Nov 9. Rust DC - Mid-month Rustful](https://www.meetup.com/RustDC/events/243672298/).
171
+
*[Nov 9. Columbus Rust Society - Monthly Meeting](https://www.meetup.com/columbus-rs/events/244164143/).
161
172
162
173
If you are running a Rust event please add it to the [calendar] to get
163
174
it mentioned here. Email the [Rust Community Team][community] for access.
@@ -167,13 +178,18 @@ it mentioned here. Email the [Rust Community Team][community] for access.
167
178
168
179
# Rust Jobs
169
180
170
-
*No jobs listed for this week.*
181
+
*[Distributed Application Developer at Sphere Identity, Auckland, NZ](https://nz.linkedin.com/jobs/view/distributed-application-developers---blockchain-at-sphere-identity-ltd-442432632).
182
+
*[Full-time Rust position at Commure, San Francisco, US](https://news.ycombinator.com/item?id=15387799).
171
183
172
184
*Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) to get your job offers listed here!*
173
185
174
186
# Quote of the Week
175
187
176
-
*No quote was selected for QotW.*
188
+
> I guess I would say that, it’s not only important that it be possible to do a good design in a given language, but that the language actively encourage it by making the bad design painful. I think rust does a FANTASTIC job of this.
189
+
190
+
— [/u/kyrenn during an AMA on developing a cross-platform game in Rust](https://www.reddit.com/r/rust/comments/78bowa/hey_this_is_kyren_from_chucklefish_we_make_and/dosq5qr/).
191
+
192
+
Thanks to [Kyle Strand](https://users.rust-lang.org/t/twir-quote-of-the-week/328/460) for the suggestion!
0 commit comments