Avoiding Duplicating Strings in Rust
Let’s go way over the top and try to avoid having duplicate strings in memory in Rust…
Read more »Let’s go way over the top and try to avoid having duplicate strings in memory in Rust…
Read more »Zero To Production In Rust is an opinionated introduction to backend development in Rust. You can pre-order the book on zero2prod.com. Subscribe to the newsletter to be notified when a new episode is published.
Read more »I fell into a rabbit hole. It all started with quarantine, and too many Zoom calls.
Read more »Rust grammar tool libraries and binaries. Contribute to softdevteam/grmtools development by creating an account on GitHub.
Read more »rust-analyzer is a new “IDE backend” for the Rust programming language. Support rust-analyzer on Open Collective or GitHub Sponsors.
Read more »An effective Rust development experience with Neovim LSP client and rust-analyzer…
Read more »Bevy is a data-driven game engine built in Rust. It’s really straight forward to use, and a joy to work with.
Read more »Rust has an amazing dbg macro that lets you quickly set up an expression printer that will also put in the source line. It also returns the value of the expression so you can even easily inline the printing when you want to!
Read more »Evrone has found use of Rust in a lot of projects, and our engineers have amassed substantial experience with the language…
Read more »I saw a recent Reddit post on the advances in Generic Associated Types (GATs) in Rust, which allows for the definition of a Monad trait. In this post, I’m going to take it one step further: a monad transformer trait in Rust!
Read more »