225 private links
.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
A SSG similar to Pelican in python or Hugo in Go.
Non empty data structures :D
It can be useful to create a distinction between iterators and traversables.
I created a Cargo subcommand called cargo-wizard that simplifies the configuration of Cargo projects for maximum runtime performance, fastest compilation time or minimal binary size.