<?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>Rust on Tenu Tech Brief</title>
    <link>https://cluster-site.onrender.com/tags/rust/</link>
    <description>Recent content in Rust on Tenu Tech Brief</description>
    <generator>Hugo -- 0.146.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 25 Feb 2026 07:59:07 +0000</lastBuildDate>
    <atom:link href="https://cluster-site.onrender.com/tags/rust/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ladybird Browser Just Ported C&#43;&#43; Code to Rust in 2 Weeks Thanks to AI</title>
      <link>https://cluster-site.onrender.com/posts/ladybird-browser-just-ported-c-code-to-rust-in-2-weeks-thanks-to-ai/</link>
      <pubDate>Tue, 24 Feb 2026 10:28:41 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/ladybird-browser-just-ported-c-code-to-rust-in-2-weeks-thanks-to-ai/</guid>
      <description>• Ladybird Browser Just Ported C++ Code to Rust in 2 Weeks Thanks to AI We are used to seeing web browsers that are either based onChromiumorFirefox, and many people are fed up of</description>
    </item>
    <item>
      <title>The Ladybird browser project shifts to Rust</title>
      <link>https://cluster-site.onrender.com/posts/the-ladybird-browser-project-shifts-to-rust/</link>
      <pubDate>Mon, 23 Feb 2026 15:20:59 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/the-ladybird-browser-project-shifts-to-rust/</guid>
      <description>• ContentWeekly EditionArchivesSearchKernelSecurityEvents calendarUnread commentsLWN FAQWrite for us Weekly Edition Archives Search Kernel Security Events calendar Unread comments</description>
    </item>
    <item>
      <title>FreeBSD&#39;s Rust Kernel Support Could Be Stable Enough To Try This Year</title>
      <link>https://cluster-site.onrender.com/posts/freebsds-rust-kernel-support-could-be-stable-enough-to-try-this-year/</link>
      <pubDate>Mon, 23 Feb 2026 15:13:25 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/freebsds-rust-kernel-support-could-be-stable-enough-to-try-this-year/</guid>
      <description>• FreeBSD&amp;rsquo;s Rust Kernel Support Could Be Stable Enough To Try This Year The FreeBSD Project has published their Q4&#39;2025 status report to outline progress made on their software, in</description>
    </item>
    <item>
      <title>Rust debugging survey 2026</title>
      <link>https://cluster-site.onrender.com/posts/rust-debugging-survey-2026/</link>
      <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/rust-debugging-survey-2026/</guid>
      <description>• We&amp;rsquo;re launching a Rust Debugging Survey. • Various issues with debugging Rust code are often mentioned as one of the biggest challenges that annoy Rust developers. • While it is</description>
    </item>
    <item>
      <title>Linux 7.0 Makes Preparations For Rust 1.95</title>
      <link>https://cluster-site.onrender.com/posts/linux-7.0-makes-preparations-for-rust-1.95/</link>
      <pubDate>Sun, 22 Feb 2026 01:16:56 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/linux-7.0-makes-preparations-for-rust-1.95/</guid>
      <description>• Linux 7.0 Makes Preparations For Rust 1.95 Last week was the main feature pull of Rust programming language updates for the Linux 7.0 kernel merge window. • Most notable with tha</description>
    </item>
    <item>
      <title>Rust participates in Google Summer of Code 2026</title>
      <link>https://cluster-site.onrender.com/posts/rust-participates-in-google-summer-of-code-2026/</link>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/rust-participates-in-google-summer-of-code-2026/</guid>
      <description>• We are happy to announce that the Rust Project will again be participating in Google Summer of Code (GSoC) 2026, same as in the previous two years. • If you&amp;rsquo;re not eligible or in</description>
    </item>
    <item>
      <title>An update to the malicious crate notification policy (Rust Blog)</title>
      <link>https://cluster-site.onrender.com/posts/an-update-to-the-malicious-crate-notification-policy-rust-blog/</link>
      <pubDate>Wed, 18 Feb 2026 14:35:25 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/an-update-to-the-malicious-crate-notification-policy-rust-blog/</guid>
      <description>• ContentWeekly EditionArchivesSearchKernelSecurityEvents calendarUnread commentsLWN FAQWrite for us Weekly Edition Archives Search Kernel Security Events calendar Unread comments</description>
    </item>
    <item>
      <title>An update to the malicious crate notification policy (Rust Blog)</title>
      <link>https://cluster-site.onrender.com/posts/an-update-to-the-malicious-crate-notification-policy-rust-blog/</link>
      <pubDate>Wed, 18 Feb 2026 14:35:25 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/an-update-to-the-malicious-crate-notification-policy-rust-blog/</guid>
      <description>• ContentWeekly EditionArchivesSearchKernelSecurityEvents calendarUnread commentsLWN FAQWrite for us Weekly Edition Archives Search Kernel Security Events calendar Unread comments</description>
    </item>
    <item>
      <title>Where to start fixing an opt-pass for MIPS1</title>
      <link>https://cluster-site.onrender.com/posts/where-to-start-fixing-an-opt-pass-for-mips1/</link>
      <pubDate>Tue, 17 Feb 2026 20:23:45 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/where-to-start-fixing-an-opt-pass-for-mips1/</guid>
      <description>• MIPS1 load delay slots ignored when load occurs in branch delay slot. • Issue originates in CodeGen Prepareopt pass during optimization of MIPS1 code. • Developer seeks to fix ra</description>
    </item>
    <item>
      <title>Linux 7.0 Driver Core Changes Bring More Enhancements For Rust Kernel Drivers</title>
      <link>https://cluster-site.onrender.com/posts/linux-7.0-driver-core-changes-bring-more-enhancements-for-rust-kernel-drivers/</link>
      <pubDate>Mon, 16 Feb 2026 17:39:40 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/linux-7.0-driver-core-changes-bring-more-enhancements-for-rust-kernel-drivers/</guid>
      <description>• Linux 7.0 Driver Core Changes Bring More Enhancements For Rust Kernel Drivers Merged a few days ago for the Linux 7.0 kernel were all of the driver core enhancements. • As has be</description>
    </item>
    <item>
      <title>Shedding old code with ecdysis: graceful restarts for Rust services at Cloudflare</title>
      <link>https://cluster-site.onrender.com/posts/shedding-old-code-with-ecdysis-graceful-restarts-for-rust-services-at-cloudflare/</link>
      <pubDate>Fri, 13 Feb 2026 14:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/shedding-old-code-with-ecdysis-graceful-restarts-for-rust-services-at-cloudflare/</guid>
      <description>• ecdysis | ËekdÉsÉs | noun the process of shedding the old skin (in reptiles) or casting off the outer cuticle (in insects and other arthropods). • How do you upgrade a network se</description>
    </item>
    <item>
      <title>Shedding old code with ecdysis: graceful restarts for Rust services at Cloudflare</title>
      <link>https://cluster-site.onrender.com/posts/shedding-old-code-with-ecdysis-graceful-restarts-for-rust-services-at-cloudflare/</link>
      <pubDate>Fri, 13 Feb 2026 14:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/shedding-old-code-with-ecdysis-graceful-restarts-for-rust-services-at-cloudflare/</guid>
      <description>• ecdysis | ËekdÉsÉs | noun the process of shedding the old skin (in reptiles) or casting off the outer cuticle (in insects and other arthropods). • How do you upgrade a network se</description>
    </item>
    <item>
      <title>Announcing Rust 1.93.1</title>
      <link>https://cluster-site.onrender.com/posts/announcing-rust-1.93.1/</link>
      <pubDate>Thu, 12 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/announcing-rust-1.93.1/</guid>
      <description>• The Rust team has published a new point release of Rust, 1.93.1. • Rust is a programming language that is empowering everyone to build reliable and efficient software. • If you h</description>
    </item>
    <item>
      <title>Announcing Rust 1.93.1</title>
      <link>https://cluster-site.onrender.com/posts/announcing-rust-1.93.1/</link>
      <pubDate>Thu, 12 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/announcing-rust-1.93.1/</guid>
      <description>• The Rust team has published a new point release of Rust, 1.93.1. • Rust is a programming language that is empowering everyone to build reliable and efficient software. • If you h</description>
    </item>
    <item>
      <title>Rust at Scale: An Added Layer of Security for WhatsApp</title>
      <link>https://cluster-site.onrender.com/posts/rust-at-scale-an-added-layer-of-security-for-whatsapp/</link>
      <pubDate>Tue, 27 Jan 2026 15:00:09 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/rust-at-scale-an-added-layer-of-security-for-whatsapp/</guid>
      <description>• WhatsApp has adopted and rolled out a new layer of security for users - built with Rust - as part of its effort to harden defenses against malware threats. • WhatsApp&amp;rsquo;s experienc</description>
    </item>
    <item>
      <title>Rust at Scale: An Added Layer of Security for WhatsApp</title>
      <link>https://cluster-site.onrender.com/posts/rust-at-scale-an-added-layer-of-security-for-whatsapp/</link>
      <pubDate>Tue, 27 Jan 2026 15:00:09 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/rust-at-scale-an-added-layer-of-security-for-whatsapp/</guid>
      <description>• WhatsApp introduces Rust-based security layer to protect billions of users from malware threats. • The new media consistency library, written in Rust, runs on devices and browser</description>
    </item>
    <item>
      <title>Announcing Rust 1.93.0</title>
      <link>https://cluster-site.onrender.com/posts/announcing-rust-1.93.0/</link>
      <pubDate>Thu, 22 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/announcing-rust-1.93.0/</guid>
      <description>• Rust 1.93.0 released, bringing updated musl 1.2.5 for reliable static Linux binaries. • Updated musl improves DNS resolver, handling large records and recursive nameservers more</description>
    </item>
    <item>
      <title>Announcing Rust 1.93.0</title>
      <link>https://cluster-site.onrender.com/posts/announcing-rust-1.93.0/</link>
      <pubDate>Thu, 22 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/announcing-rust-1.93.0/</guid>
      <description>• The Rust team is happy to announce a new version of Rust, 1.93.0. • Rust is a programming language empowering everyone to build reliable and efficient software. • If you have a p</description>
    </item>
    <item>
      <title>crates.io: development update</title>
      <link>https://cluster-site.onrender.com/posts/crates.io-development-update/</link>
      <pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/crates.io-development-update/</guid>
      <description>• New Security tab displays RustSec advisories and affected version ranges for each crate. • Trusted Publishing now supports GitLab CI/CD via OIDC, expanding beyond GitHub Actions.</description>
    </item>
    <item>
      <title>What does it take to ship Rust in safety-critical?</title>
      <link>https://cluster-site.onrender.com/posts/what-does-it-take-to-ship-rust-in-safety-critical/</link>
      <pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/what-does-it-take-to-ship-rust-in-safety-critical/</guid>
      <description>• This is another post in our series covering what we learned through the Vision Doc process. • In our first post, we described the overall approach and what we learned about doing</description>
    </item>
    <item>
      <title>What does it take to ship Rust in safety-critical?</title>
      <link>https://cluster-site.onrender.com/posts/what-does-it-take-to-ship-rust-in-safety-critical/</link>
      <pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/what-does-it-take-to-ship-rust-in-safety-critical/</guid>
      <description>• This is another post in our series covering what we learned through the Vision Doc process. • In our first post, we described the overall approach and what we learned about doing</description>
    </item>
    <item>
      <title>What do people love about Rust?</title>
      <link>https://cluster-site.onrender.com/posts/what-do-people-love-about-rust/</link>
      <pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/what-do-people-love-about-rust/</guid>
      <description>• Rust has been named Stack Overflow&amp;rsquo;s Most Loved (now called Most Admired) language every year since our 1.0 release in 2015. • That means people who use Rust want to keep using R</description>
    </item>
    <item>
      <title>What do people love about Rust?</title>
      <link>https://cluster-site.onrender.com/posts/what-do-people-love-about-rust/</link>
      <pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/what-do-people-love-about-rust/</guid>
      <description>• Rust has been named Stack Overflow&amp;rsquo;s Most Loved (now called Most Admired) language every year since our 1.0 release in 2015. • That means people who use Rust want to keep using R</description>
    </item>
    <item>
      <title>Announcing Rust 1.92.0</title>
      <link>https://cluster-site.onrender.com/posts/announcing-rust-1.92.0/</link>
      <pubDate>Thu, 11 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/announcing-rust-1.92.0/</guid>
      <description>• The Rust team is happy to announce a new version of Rust, 1.92.0. • Rust is a programming language empowering everyone to build reliable and efficient software. • If you have a p</description>
    </item>
    <item>
      <title>Making it easier to sponsor Rust contributors</title>
      <link>https://cluster-site.onrender.com/posts/making-it-easier-to-sponsor-rust-contributors/</link>
      <pubDate>Mon, 08 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/making-it-easier-to-sponsor-rust-contributors/</guid>
      <description>• TLDR: You can now find a list of Rust contributors that you can sponsor onthis page. • Same as with many other open-source projects, Rust depends on a large number of contributor</description>
    </item>
    <item>
      <title>Evolving our real-time timeseries storage again: Built in Rust for performance at scale</title>
      <link>https://cluster-site.onrender.com/posts/evolving-our-real-time-timeseries-storage-again-built-in-rust-for-performance-at-scale/</link>
      <pubDate>Mon, 04 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/evolving-our-real-time-timeseries-storage-again-built-in-rust-for-performance-at-scale/</guid>
      <description>• Khayyam Guliyev Duarte Nunes Ming Chen Justin Jaffray As Datadog continues to scale, the volume, complexity, and cardinality of the metrics we ingest and store steadily grow by o</description>
    </item>
    <item>
      <title>Istio publishes results of ztunnel security audit</title>
      <link>https://cluster-site.onrender.com/posts/istio-publishes-results-of-ztunnel-security-audit/</link>
      <pubDate>Fri, 18 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/istio-publishes-results-of-ztunnel-security-audit/</guid>
      <description>• Istio&amp;rsquo;s ztunnel, a Rust‑based zero‑trust overlay, passes Trail of Bits audit with no critical vulnerabilities. • Audit covered L4 auth, TLS, certificate management, and inbound p</description>
    </item>
    <item>
      <title>Squeezing every millisecond: How we rebuilt the Datadog Lambda Extension in Rust</title>
      <link>https://cluster-site.onrender.com/posts/squeezing-every-millisecond-how-we-rebuilt-the-datadog-lambda-extension-in-rust/</link>
      <pubDate>Wed, 09 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://cluster-site.onrender.com/posts/squeezing-every-millisecond-how-we-rebuilt-the-datadog-lambda-extension-in-rust/</guid>
      <description>• Rebuilt Datadog Lambda Extension in Rust, slashing cold start latency by 82%. • Reduced memory footprint by 40%, cutting usage from 55 MB to just 7 MB. • Shifted from heavyweig</description>
    </item>
  </channel>
</rss>
