<?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>Hashmap on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/hashmap/</link>
    <description>Recent content in Hashmap on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 18 Feb 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/hashmap/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rust 学习笔记 12：常用集合 (Collections)</title>
      <link>https://blog.hankmo.com/rust-learning-12-collections/</link>
      <pubDate>Tue, 18 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-12-collections/</guid>
      <description>数组和元组都分配在栈上，不够灵活。要想存储动态数据，这三个集合是你的必修课：Vector, String, HashMap。</description>
    </item>
  </channel>
</rss>
