<?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 Joe Bylund</title><link>http://jbylund.github.io/tags/rust/</link><description>Recent content in Rust on Joe Bylund</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Joe Bylund</copyright><lastBuildDate>Tue, 18 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://jbylund.github.io/tags/rust/index.xml" rel="self" type="application/rss+xml"/><item><title>Autocomplete Without a Round-Trip: Suggestions from a Frozen In-Memory Type List</title><link>http://jbylund.github.io/posts/00256_autocomplete-card-types/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>http://jbylund.github.io/posts/00256_autocomplete-card-types/</guid><description>When you type t:cre, the search box completes it to t:Creature before any network request leaves your browser. The type list lives in a frozen in-memory index, populated once at page load from the Rust engine.</description></item></channel></rss>