<?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>Borrowing on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/borrowing/</link>
    <description>Recent content in Borrowing on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sun, 08 Sep 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/borrowing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rust 学习笔记 07：Slice 类型</title>
      <link>https://blog.hankmo.com/rust-learning-07-slices/</link>
      <pubDate>Sun, 08 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-07-slices/</guid>
      <description>Slice 是 Rust 中一种特殊的引用，它引用的不是整个对象，而是一段连续的内存序列。它是处理字符串和数组的神器。</description>
    </item>
    <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>
  </channel>
</rss>
