MENU

Fun & Interesting

This Is How Rust Stops Memory Leaks

Low Level 172,053 3 years ago
Video Not Working? Fix It Now

LOW LEVEL RUSTACEANS! Welcome back! In today's video we discuss Rust Ownership. Rust Ownership is a concept that prevents variables from being lost in runtime, ultimately preventing memory leaks. By assigning ownership and allowing for the borrowing of variable access, Rust allows for consistent allocation and freeing of memory. LINKS: LLL Merch: https://linktr.ee/lowlevellearning Embedded Rust: https://docs.rust-embedded.org/book/ SOCIALS: Follow me on Twitter: https://twitter.com/lowlevellearni1 Follow me on Twitch: https://twitch.tv/lowlevellearning Join me on Discord!: https://discord.gg/gZhRXDdBYY

Comment