Sahaj Guptaitsahaj.hashnode.devยทOct 11, 2024Rust ownership and borrowingThis is my attempt at explaining Rust ownership and borrowing rules. Lets look at the rules first. Each value in Rust has an owner. There can only be one owner at a time. When the owner goes out of scope, the value will be dropped. Before unders...27 readsRustAdd a thoughtful commentNo comments yetBe the first to start the conversation.