Rust: Pointers

Let’s dive into Rust pointers, a concept that all developers work with in Rust. In this post, we’ll give you an overview of pointers and then focus on smart pointers. Pointers in Rust can be a bit confusing for new developers, but don’t worry! Our goal with this post is to help you gain a better understanding of them. If you’re not familiar with the terms “stack” and “heap,” do I recommend checking out this article before continuing with this post....

Jan 10 · 10 min · 1925 words