Title: This Week in Rust 215 Number: 215 Date: 2018-01-02 Category: This Week in Rust Hello and welcome to another issue of *This Week in Rust*! [Rust](http://rust-lang.org) is a systems language pursuing the trifecta: safety, concurrency, and speed. This is a weekly summary of its progress and community. Want something mentioned? Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) or [send us a pull request](https://github.com/cmr/this-week-in-rust). Want to get involved? [We love contributions](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md). *This Week in Rust* is openly developed [on GitHub](https://github.com/cmr/this-week-in-rust). If you find any errors in this week's issue, [please submit a PR](https://github.com/cmr/this-week-in-rust/pulls). # Updates from Rust Community ## News & Blog Posts * [Not explicit](https://boats.gitlab.io/blog/post/2017-12-27-things-explicit-is-not/). What it means for Rust syntax to be explicit. * [Porting a roguelike game to WebAssembly](https://aimlesslygoingforward.com/blog/2017/12/25/dose-response-ported-to-webassembly/). * [Simulating conditional enum variants in Rust](https://rreverser.com/conditional-enum-variants-in-rust/). * [Rust IDE + REPL In Vim](https://startupsventurecapital.com/rust-ide-repl-in-vim-11daa921a2c4). * [Making TRust-DNS faster than BIND9](https://bluejekyll.github.io/blog/rust/2017/12/29/making-trust-dns-fast.html). * [Diesel 1.0 released](https://github.com/diesel-rs/diesel/releases/tag/v1.0.0). * [Announcing `ndarray` version 0.11.0](https://jim.turner.link/pages/ndarray-0.11/). * [This year in Gfx-rs 2017](http://gfx-rs.github.io/2017/12/30/this-year.html). * [This week in Redox 34](https://redox-os.org/news/this-week-in-redox-34/). # Crate of the Week This week's crate is [YEW](https://github.com/DenisKolodin/yew), a framework for making Elm/React/Angular-like client web-apps with Rust. Thanks to [Willi Kappler](https://users.rust-lang.org/u/willi_kappler) for the suggestion! [Submit your suggestions and votes for next week][submit_crate]! [submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 # Call for Participation Always wanted to contribute to open-source projects but didn't know where to start? Every week we highlight some tasks from the Rust community for you to pick and get started! Some of these tasks may also have mentors available, visit the task page for more information. * [Get started with these beginner-friendly issues](https://www.rustaceans.org/findwork/starters). * [easy] [gluon: Add syntax aware contexts to errors](https://github.com/gluon-lang/gluon/issues/145). * [gluon: Make it possible to use a custom allocator for the vm](https://github.com/gluon-lang/gluon/issues/245). * [gluon: Add raw string literals](https://github.com/gluon-lang/gluon/issues/276). * [gluon: Run clippy](https://github.com/gluon-lang/gluon/issues/405). * [gluon: Try to make gluon compile compile to wasm](https://github.com/gluon-lang/gluon/issues/424). * [mdBook: Article named 'print' triggers printing dialog](https://github.com/rust-lang-nursery/mdBook/issues/258). * [mdBook: Facilitate maintaining URLs with redirect mapping](https://github.com/rust-lang-nursery/mdBook/issues/430). * [mdBook: build is overeager to delete files in destination](https://github.com/rust-lang-nursery/mdBook/issues/436). * [mdBook: Styling flash on RBE](https://github.com/rust-lang-nursery/mdBook/issues/443). * [mdBook: Changing Chapter removes focus from main area](https://github.com/rust-lang-nursery/mdBook/issues/480). * [mdBook: hyperlink to another section jumps to wrong location on Firefox 57](https://github.com/rust-lang-nursery/mdBook/issues/499). * [mdBook: Document the Ace Editor](https://github.com/rust-lang-nursery/mdBook/issues/521). If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines]. [guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821 # Updates from Rust Core 79 pull requests were [merged in the last week][merged] [merged]: https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-12-25..2018-01-01 * [allow `?` in `fn main()`](https://github.com/rust-lang/rust/pull/46479) (RFC [#1937](https://rust-lang.github.io/rfcs/1937-ques-in-main.html)) * [allow lifetimes in macros](https://github.com/rust-lang/rust/pull/46895) * [Make the output of the column! macro 1 based](https://github.com/rust-lang/rust/pull/46977) * [Improved error messages for linking failure](https://github.com/rust-lang/rust/pull/47052) * [Use def span for non-ascii ident feature gate error](https://github.com/rust-lang/rust/pull/46803) * [rustc_trans: support ZST indexing involving uninhabited types](https://github.com/rust-lang/rust/pull/47009) * [rustc: don't use union layouts for tagged union enums](https://github.com/rust-lang/rust/pull/47007) * [update check::cast::pointer_kind logic to new rustc](https://github.com/rust-lang/rust/pull/46973) * [Use memchr to speed up `[u8]::contains` 3x](https://github.com/rust-lang/rust/pull/46713), also [Use memchr for str::find(char) for 10x improvement](https://github.com/rust-lang/rust/pull/46735) * [Optimise min/max](https://github.com/rust-lang/rust/pull/47080) * [Make internal docs build properly](https://github.com/rust-lang/rust/pull/46979) and [Add compiler docs testing to CI](https://github.com/rust-lang/rust/pull/46278) ## New Contributors * Bastian Köcher * Josh Holmer * Matt Peterson * Rafael Fernández López ## Approved RFCs Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These are the RFCs that were approved for implementation this week: *No RFCs were approved this week.* ## Final Comment Period Every week [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs which are reaching a decision. Express your opinions now. [This week's FCPs][fcp] are: [fcp]: https://github.com/rust-lang/rfcs/labels/final-comment-period * [disposition: merge] [Fallible collection allocation 1.0](https://github.com/rust-lang/rfcs/pull/2116). * [disposition: merge] [Implicit caller location (third try to the unwrap/expect line info problem)](https://github.com/rust-lang/rfcs/pull/2091). * [disposition: merge] [Unsized rvalues](https://github.com/rust-lang/rfcs/pull/1909). * [disposition: merge] [eRFC: Cargo build system integration](https://github.com/rust-lang/rfcs/pull/2136). * [disposition: merge] [Type privacy and private-in-public lints](https://github.com/rust-lang/rfcs/pull/2145). ## New RFCs * [Legal double reference](https://github.com/rust-lang/rfcs/pull/2268). * [Amend RFC 1758 (repr(transparent)) w.r.t. repr(align)](https://github.com/rust-lang/rfcs/pull/2271). # Upcoming Events * [Jan 6. Rust Bangalore - Rust and Go compared](https://www.meetup.com/rustox/events/246234333/). * [Jan 7. Dive into Rust @ Guna, MP India](https://reps.mozilla.org/e/dive-into-rust-guna-mp/). * [Jan 8. Seattle Rust Monthly Meetup](https://www.meetup.com/Seattle-Rust-Meetup/events/hztzcpyxcblb/). * [Jan 8. Rust Cologne - Rust Open Space](https://www.meetup.com/RustCologne/events/245799713/). * [Jan 9. Downtown Community Hack Night at nordstromrack.com | Hautelook - Los Angeles](https://www.meetup.com/Rust-Los-Angeles/events/246118689/). * [Jan 9. Rust Roma - Rust learning and hacking evening](https://www.meetup.com/Rust-Roma/events/246244324/). * [Jan 10. Rust Community Team Meeting at #rust-community on irc.mozilla.org](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-community). * [Jan 10. Rust Documentation Team Meeting at #rust-docs on irc.mozilla.org](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-docs). * [Jan 11. Rust release triage](https://internals.rust-lang.org/t/release-cycle-triage-proposal/3544). * [Jan 11. San Diego Rust January Meetup](https://www.meetup.com/San-Diego-Rust/events/246221114/). * [Jan 11. Columbus Rust Society - Monthly Meeting](https://www.meetup.com/columbus-rs/events/czcwhlyxcbpb/). * [Jan 15. Rust Sydney - Meetup 12](https://www.meetup.com/Rust-Sydney/events/245798720/). * [Jan 17. Rust Community Team Meeting at #rust-community on irc.mozilla.org](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-community). * [Jan 17. Rust Documentation Team Meeting at #rust-docs on irc.mozilla.org](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-docs). * [Jan 18. Rust DC - Mid-month Rustful](https://www.meetup.com/RustDC/events/245934654/). * [Jan 18. Cambridge Rust Meetup](https://www.meetup.com/Cambridge-Rust-Meetup/events/mgtcwnyxcbxb/). If you are running a Rust event please add it to the [calendar] to get it mentioned here. Email the [Rust Community Team][community] for access. [calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com [community]: mailto:community-team@rust-lang.org # Rust Jobs * [Rust Developer at Ahrefs (Singapore & San Francisco)](https://ahrefs.com/jobs/rust-developer). *Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) to get your job offers listed here!* # Quote of the Week > If C is like playing with knives and C++ is like juggling chainsaws then Rust is like parkour wearing protective gear while suspended from strings. It may look ridiculous at times, but you can do all sorts of awesome moves that would be damn scary or outright impossible without it. — [u/llogiq on r/rust](https://www.reddit.com/r/rust/comments/7kjnu7/hey_rustaceans_got_an_easy_question_ask_here/drj63ti/). Thanks to [Christopher Durham for the suggestion](https://users.rust-lang.org/t/twir-quote-of-the-week/328/478)! [Submit your quotes for next week][submit]! [submit]: http://users.rust-lang.org/t/twir-quote-of-the-week/328 *This Week in Rust is edited by: [nasa42](https://github.com/nasa42) and [llogiq](https://github.com/llogiq).*