Futures 0.3.0-alpha.1 is released with support for async/await
https://rust-lang-nursery.github.io/futures-rs/blog/2018/07/19/futures-0.3.0-alpha.1.html
https://rust-lang-nursery.github.io/futures-rs/blog/2018/07/19/futures-0.3.0-alpha.1.html
Futures-rs
Futures 0.3.0-alpha.1
Welcome to the inaugural post of the new futures-rs blog!
Game studio Ready At Dawn switching to Rust for all new development
https://twitter.com/AndreaPessino/status/1021532074153394176
https://twitter.com/AndreaPessino/status/1021532074153394176
Twitter
Andrea Pessino
It's finally happening - after >30 years of pro use, 20 of which quite reluctantly, I am officially DONE with C/C++. Only maintenance from now on, everything new will be in @rustlang. THANKS Rust team for refining modern concepts into such a practical, elegant…
Writing a GPU-accelerated path tracer in Rust - part 3
https://bheisler.github.io/post/writing-gpu-accelerated-path-tracer-part-3/
https://bheisler.github.io/post/writing-gpu-accelerated-path-tracer-part-3/
bheisler.github.io
Writing a GPU-Accelerated Path Tracer in Rust - Part 3
Hello! Welcome to my third and final post on my GPU-accelerated Path Tracer in Rust. In the last post, we implemented all of the logic necessary to build a true path tracer. Problem is, even on the GPU it’s terrifically slow. This post is (mostly) about fixing…
Rust concurrency patterns: communicate by sharing your Sender
https://medium.com/@polyglot_factotum/rust-concurrency-patterns-communicate-by-sharing-your-sender-11a496ce7791
https://medium.com/@polyglot_factotum/rust-concurrency-patterns-communicate-by-sharing-your-sender-11a496ce7791
Medium
Rust concurrency patterns: communicate by sharing your Sender
A pattern of usage of Rust channels, inspired by the Go community.
Thoughts on compile-time function evaluation and type systems
https://www.ralfj.de/blog/2018/07/19/const.html
https://www.ralfj.de/blog/2018/07/19/const.html
www.ralfj.de
Thoughts on Compile-Time Function Evaluation and Type Systems
For some time now (since the 1.26 release, to be precise), Rust has a very powerful machinery for CTFE, or compile-time function evaluation. Since then, there have been various discussions ...
Rebooting the network services working group
https://internals.rust-lang.org/t/rebooting-the-network-services-working-group/8036
https://internals.rust-lang.org/t/rebooting-the-network-services-working-group/8036
Rust Internals
Rebooting the network services working group
With last week’s release of the Futures 0.3 alpha, we’ve hit a major milestone in this year’s goals for networking services – in particular, we now have a working foundation for async/await in nightly Rust! There’s so much work still to do in this space…
2018 Edition end of week post (2018-07-20)
https://internals.rust-lang.org/t/2018-edition-end-of-week-post-2018-07-20/8019
https://internals.rust-lang.org/t/2018-edition-end-of-week-post-2018-07-20/8019
Rust Internals
2018 Edition End of Week Post (2018-07-20)
This is the weekly Edition Status Update; it contains the state of the content areas surveyed this week. This is the second post in this series. You can read the first post here. This week we’re happy to announce that we were able to get status updates from…
A snapshot of Rust's popularity in July 2018
http://www.jonathanturner.org/2018/07/snapshot-of-rust-popularity.html
http://www.jonathanturner.org/2018/07/snapshot-of-rust-popularity.html