208 private links
In favor of Rust in embedded systems. We find the classic arguments 😃
At the recent Rust Nation UK conference, Lars Bergstrom, Director of Engineering at Google, dropped a bombshell: dev teams that have switched to Rust have seen their productivity double compared to those still using C++!
It takes developers 2 months to become comfortable with the language and 4 months to reach the productivity levels of C++.
See the diff of two crate versions directly in the browser. All is happening in the browser 😳
.rs is welcoming the Rust Lang 😄
A feedback on the bevy-game engine
what if, instead of taking a mutable reference to the entire State, we only took a mutable reference to the fields we wanted?
coffee_break!(5 minutes);
Developer-friendly, Eco-friendly because the PC does not burn and language server-friendly
A nice UI over the cli command. It seems also cool!
A fast hashmap algorithm if the one of the standard library is not enough.
IDK if the collision rate is higher than the std library though. Hashbrown uses AHash as algorithm for hashing. --> it does not provide cryptographic secure hashes though.
Another use case is when std
is not available (because the randomness is not available in the environment / OS).
Definitely worth. It's great to have high quality articles such as these.
A cli tool that was missing to handle keys 👍
Use the #RustLang tag to talk about the Rust programming language. It avoids clashes with other topics about Rust (the game, the rust, ...).
Spread the word with the following template of https://fosstodon.org/@mo8it/112123277479800470
Could you please add the RustLang tag? 🥰
Background: https://fosstodon.org/@mo8it/112056453394255413
Buffers can help before writing everything to the standard output.
Original solution in image: https://techhub.social/@mrolemadelen/112105972218076605