<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ownership on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/ownership/</link>
    <description>Recent content in Ownership on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sun, 25 Aug 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/ownership/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rust 学习笔记 06：引用与借用 (References &amp; Borrowing) 下</title>
      <link>https://blog.hankmo.com/rust-learning-06-references/</link>
      <pubDate>Sun, 25 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-06-references/</guid>
      <description>如果说所有权是独裁统治，那借用就是临时租赁。Rust 通过严格的借用规则，在编译期就扼杀了数据竞争 (Data Race)。</description>
    </item>
    <item>
      <title>Rust 学习笔记 05：所有权 (Ownership) 上</title>
      <link>https://blog.hankmo.com/rust-learning-05-ownership/</link>
      <pubDate>Sat, 20 Jul 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-05-ownership/</guid>
      <description>Rust 最独特的特性，没有之一。它是内存安全的基石，也是让无数新手挠头的拦路虎。忘记 GC，忘记手动 managed，拥抱所有权吧。</description>
    </item>
  </channel>
</rss>
