Exploring Rust's Approach to Memory Management: Advanced Concepts and Practical Applications
Smart Pointers in Rust
Smart pointers, on the other hand, are data structures that act like a pointer but also have additional metadata and capabilities. The concept of smart pointers isn’t unique to Rust: smart pointers originated in C++ and exist i...
safiulkabir.com11 min read