Ayush Garg

Search

SearchSearch

Recently Updated

  • vCPU

    Oct 28, 2025

    • Byte Pair Encoding

      Oct 27, 2025

      • C++ Optimizations

        Oct 27, 2025

        • Verifiers

          Oct 17, 2025

          Home

          ❯

          List of Notes

          ❯

          Rust - Ownership

          Rust - Ownership

          May 03, 2025, 1 min read

          Rust Ownership: https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html

          Ownership Rules:

          1. Each value in Rust has an owner
          2. There can only be one owner at a time
          3. When the owner goes out of scope, the value will be dropped

          Graph View

          Backlinks

          • Rust

          Created by Ayush Garg using Quartz , © 2025

          • GitHub
          • Linkedin
          • Blog
          • Twitter