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…
Better HTTP upgrades with hyper
http://seanmonstar.com/post/175280388657/better-http-upgrades-with-hyper
http://seanmonstar.com/post/175280388657/better-http-upgrades-with-hyper
seanmonstar
Better HTTP Upgrades with hyper
Better HTTP Upgrades with hyper It’s been possible to handle HTTP Upgrades (like Websockets) in hyper if you made use of the low-level APIs in the server and client, but it wasn’t especially nice to...
The Embedded WG newsletter 6
https://internals.rust-lang.org/t/the-embedded-working-group-newsletter-6/7842
https://internals.rust-lang.org/t/the-embedded-working-group-newsletter-6/7842
Rust Internals
The Embedded Working Group Newsletter - 6
The Embedded Working Group Newsletter - 6 2018-07-01 This is the sixth newsletter of the Embedded WG where we highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help! This newsletter covers the past…
Use of unsafe in actix-web codebase is down to <15 from 100+
https://www.reddit.com/r/rust/comments/8wlkbe/actixweb_has_removed_all_unsound_use_of_unsafe_in/
https://www.reddit.com/r/rust/comments/8wlkbe/actixweb_has_removed_all_unsound_use_of_unsafe_in/
Reddit
From the rust community on Reddit: actix-web has removed all unsound use of unsafe in its codebase. It's down to less than 15 occurences…
Explore this post and more from the rust community
Rust + actix-web in one of the biggest music festival Atlas Weekend
https://www.reddit.com/r/rust/comments/8xdsx5/rust_actixweb_in_the_on_of_the_biggest_music/
https://www.reddit.com/r/rust/comments/8xdsx5/rust_actixweb_in_the_on_of_the_biggest_music/
Reddit
From the rust community on Reddit
Explore this post and more from the rust community
A web application completely written in Rust
https://medium.com/@saschagrunert/a-web-application-completely-in-rust-6f6bdb6c4471
https://medium.com/@saschagrunert/a-web-application-completely-in-rust-6f6bdb6c4471
Medium
A web application completely in Rust
My latest software architectural experiment is to write a complete real-world web application in Rust with as less as boilerplate as…
Exploring new communication channels
https://internals.rust-lang.org/t/exploring-new-communication-channels/7859
https://internals.rust-lang.org/t/exploring-new-communication-channels/7859
Rust Internals
Exploring new communication channels
TL;DR: some Rust teams are trying out the Discord chat platform for team discussions. You can join here. With open source projects as big as Rust, the people involved have a variety of communications needs. These can largely be categorized into “synchronous”…