Understanding Rust Smart Pointers
On this post I intend to walk down memory lane a bit to understand what exactly are Smart Pointers? Where do they come from? And of course, how do they work?
Very simply, a smart pointer is an abstract data type that simulates a pointer while providi...
hashblog.thepolyglotprogrammer.com11 min read