Ayush Garg

Search

SearchSearch

Recently Updated

  • Cosine Decay

    Mar 15, 2026

    • Stage-Aware Reward Modeling

      Mar 15, 2026

      • RA-BC Weights

        Mar 15, 2026

        • Flow Matching

          Mar 14, 2026

          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 , © 2026

          • GitHub
          • Linkedin
          • Blog
          • Twitter