Why Rust's async functions should use the outer return type approach
https://github.com/MajorBreakfast/rust-blog/blob/master/posts/2018-06-19-outer-return-type-approach.md
https://github.com/MajorBreakfast/rust-blog/blob/master/posts/2018-06-19-outer-return-type-approach.md
GitHub
MajorBreakfast/rust-blog
Contribute to MajorBreakfast/rust-blog development by creating an account on GitHub.
Proposal for a staged RFC process
http://smallcultfollowing.com/babysteps/blog/2018/06/20/proposal-for-a-staged-rfc-process/
http://smallcultfollowing.com/babysteps/blog/2018/06/20/proposal-for-a-staged-rfc-process/
What I learned: Porting Dateutil parser from Python to Rust
https://speice.io/2018/06/dateutil-parser-to-rust.html
https://speice.io/2018/06/dateutil-parser-to-rust.html
speice.io
What I Learned: Porting Dateutil Parser to Rust - speice.io
Hi. I’m Bradlee.
Optimising path tracing: the last 10%
https://bitshifter.github.io/blog/2018/06/20/the-last-10-percent/
https://bitshifter.github.io/blog/2018/06/20/the-last-10-percent/
Rust with Rocket + Elm running on Heroku
http://ethanfrei.com/posts/rust-with-rocket-elm-running-on-heroku.html
http://ethanfrei.com/posts/rust-with-rocket-elm-running-on-heroku.html
Generic associated types in iterators
https://boiethios.gitlab.io/blog/2018-06-21_GATs_iterators.html
https://boiethios.gitlab.io/blog/2018-06-21_GATs_iterators.html
Microsoft announces using Rust to build some of its Azure IoT functionality
https://twitter.com/maxgortman/status/1012011425353461760
https://twitter.com/maxgortman/status/1012011425353461760
Twitter
Max Gortman
Glad to see Azure IoT Edge being open sourced today. Also shedding some light on our use of @rustlang: https://t.co/QO5EBhby6e
llvm-tools, a new rustup component for binary inspection (objdump, nm, size) and profiling (profdata)
https://internals.rust-lang.org/t/llvm-tools-a-new-rustup-component-for-binary-inspection-objdump-nm-size-and-profiling-profdata/7830
https://internals.rust-lang.org/t/llvm-tools-a-new-rustup-component-for-binary-inspection-objdump-nm-size-and-profiling-profdata/7830
Rust Internals
`llvm-tools`, a new rustup component for binary inspection (objdump, nm, size) and profiling (profdata)
Howdy Rustaceans, Recent nightly releases provide an opt-in llvm-tools rustup component which you can install using the command: rustup component add llvm-tools. This component contains the following LLVM tools: llvm-nm llvm-objcopy llvm-objdump llvm-profdata…