Zero-cost and yet memory-safe memory management abstraction in Rust
In the previous post, we saw how ownership and borrowing rules rule out most hard-to-debug memory errors at compile time, but we didn't talk about what ownership actually is. Let's dive in.
Ownership and borrowing are abstractions used to manage memo...
sanjeevi.hashnode.dev12 min read