<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rust on Kaisekukun</title><link>https://netguide.jp/zh-tw/tags/rust/</link><description>Recent content in Rust on Kaisekukun</description><generator>Hugo -- gohugo.io</generator><language>zh-TW</language><copyright>Kaisekukun</copyright><atom:link href="https://netguide.jp/zh-tw/tags/rust/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started with Web Development in Rust</title><link>https://netguide.jp/zh-tw/software/rust-web-dev-basics/</link><pubDate>Thu, 18 Jun 2026 15:00:00 +0900</pubDate><guid>https://netguide.jp/zh-tw/software/rust-web-dev-basics/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/rust-web-dev-basics-zh-tw.png" alt="Featured image of post Getting Started with Web Development in Rust" /&gt;&lt;p&gt;Rust brings memory safety and blazing speed to server-side development, and it has been gaining serious traction in the web backend space. This article covers the fundamentals you need to start building web applications in Rust.&lt;/p&gt;
&lt;h2 id="why-rust-for-web-backend"&gt;Why Rust for Web Backend?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Memory safety without a GC&lt;/strong&gt;: The borrow checker catches memory errors at compile time, eliminating entire categories of runtime bugs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;High throughput&lt;/strong&gt;: Rust handily outperforms Node.js and Python in raw request handling.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fearless concurrency&lt;/strong&gt;: The ownership system prevents data races at compile time.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WebAssembly ready&lt;/strong&gt;: Rust compiles to WASM, opening the door to full-stack development in a single language.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Large-scale API servers and real-time services are increasingly choosing Rust for production.&lt;/p&gt;</description></item><item><title>State of Rust Web Development: Top Framework Comparison</title><link>https://netguide.jp/zh-tw/software/rust-web-development-frameworks/</link><pubDate>Sun, 05 Apr 2026 12:00:00 +0900</pubDate><guid>https://netguide.jp/zh-tw/software/rust-web-development-frameworks/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/rust-web-development-frameworks-zh-tw.png" alt="Featured image of post State of Rust Web Development: Top Framework Comparison" /&gt;&lt;p&gt;Rust has matured significantly as a premier backend language. This article evaluates the top Rust web frameworks, focusing on the differences between the current industry leaders: &lt;strong&gt;Axum&lt;/strong&gt; and &lt;strong&gt;Actix-web&lt;/strong&gt;. We cover their architectural patterns, performance profiles, and provide a bootstrap code snippet to help you choose the right framework.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="1-top-framework-overview"&gt;1. Top Framework Overview
&lt;/h2&gt;&lt;p&gt;When building web applications or microservices in Rust, developers generally choose between these two frameworks:&lt;/p&gt;
&lt;h3 id="1-axum"&gt;1) Axum
&lt;/h3&gt;&lt;p&gt;&lt;code&gt;Axum&lt;/code&gt; is developed and maintained by the &lt;code&gt;tokio&lt;/code&gt; team, the creators of Rust&amp;rsquo;s de facto standard asynchronous runtime.&lt;/p&gt;</description></item></channel></rss>