Ayush Garg

Search

SearchSearch

Recently Updated

  • LoRA: Low Rank Adaptation of Large Language Models

    Sep 16, 2025

    • University of Waterloo

      Sep 11, 2025

      • #university-of-waterloo
    • A Vision-Language-Action Flow Model for General Robot Control

      Sep 11, 2025

      • #research-paper
    • CS 241 - Definitions

      Sep 09, 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