<?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>Match on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/match/</link>
    <description>Recent content in Match on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 30 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/match/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rust 学习笔记 24：模式匹配详情 (Pattern Matching)</title>
      <link>https://blog.hankmo.com/rust-learning-24-patterns/</link>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-24-patterns/</guid>
      <description>模式匹配不仅仅是 switch-case 的语法糖，它是一种强大的数据解构和控制流机制。</description>
    </item>
    <item>
      <title>Rust 学习笔记 10：项目实战一：猜数字</title>
      <link>https://blog.hankmo.com/rust-learning-10-guessing-game/</link>
      <pubDate>Wed, 25 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-10-guessing-game/</guid>
      <description>纸上得来终觉浅。今天我们把之前学到的所有知识（IO、变量、引用、枚举、match、Crates）串起来，写一个完整的控制台游戏。</description>
    </item>
    <item>
      <title>Rust 学习笔记 09：枚举与模式匹配</title>
      <link>https://blog.hankmo.com/rust-learning-09-enums/</link>
      <pubDate>Sat, 30 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-09-enums/</guid>
      <description>Rust 的 Enum 根本不是你想象中的那种只能枚举 0,1,2 的常量组。它是代数数据类型，配合 match 模式匹配，它是处理复杂状态和空值 (Null) 的终极武器。</description>
    </item>
  </channel>
</rss>
