Ayush Garg

Search

SearchSearch

Recently Updated

  • Exponential Moving Average

    Jul 30, 2026

    • Revisiting Feature Prediction for Learning Visual Representations from Video

      Jul 30, 2026

      • #research-paper
    • Stop Gradient

      Jul 30, 2026

      • Clash Royale Agent

        Jul 22, 2026

        Home

        ❯

        Index 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