<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Rose Wright's Blog</title>
  <link>https://rosewright.dev</link>
  <description>Software Engineering and Low-level Systems</description>
  <atom:link href="https://rosewright.dev/rss.xml" rel="self" type="application/rss+xml" />
  
    <item>
      <title>From Futures to Runtimes: How Async Rust Actually Works</title>
      <link>https://rosewright.dev/async_rust</link>
      <description>A deep dive into the internals of async Rust, exploring futures, runtimes, and the reactor pattern.</description>
      <pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate>
      <guid>https://rosewright.dev/async_rust</guid>
    </item>
</channel>
</rss>