Rust Type System Part 1 : Understanding Ownership, Resource Management, Aliasing, Mutation, and the Borrow Checker in the Rust Type System
Table Of Contents
Ownership and Move Semantics
Aliasing and Mutation
Lifetime
Region Based Resource Management
What is a Type System in a Programming Language?
At the lowest level, computers are only concerned with bytes, which are composed of zeros ...
sanjeevi.hashnode.dev24 min read