<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>内存安全 on Mi&amp;Bee Blog</title><link>https://blog.mickeyzzc.tech/tags/%E5%86%85%E5%AD%98%E5%AE%89%E5%85%A8/</link><description>Recent content in 内存安全 on Mi&amp;Bee Blog</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>蓝宝石的傻话</managingEditor><lastBuildDate>Wed, 06 May 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://blog.mickeyzzc.tech/tags/%E5%86%85%E5%AD%98%E5%AE%89%E5%85%A8/rss.xml" rel="self" type="application/rss+xml"/><item><title>所有权与借用：Rust 内存安全的核心</title><link>https://blog.mickeyzzc.tech/posts/programming/rust-ownership-borrowing/</link><pubDate>Wed, 06 May 2026 10:00:00 +0800</pubDate><guid>https://blog.mickeyzzc.tech/posts/programming/rust-ownership-borrowing/</guid><description>&lt;p&gt;本文基于 Rust 1.80+。&lt;/p&gt;
&lt;p&gt;如果你有 Go 或 Java 背景，所有权系统可能是 Rust 中最让你困惑的概念。Go 有垃圾回收器（GC），你很少需要关心内存何时释放。Rust 选择了一条完全不同的路——&lt;strong&gt;编译期通过所有权规则保证内存安全&lt;/strong&gt;，零运行时开销。&lt;/p&gt;</description></item></channel></rss>