<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rust-1.79 on rustbites</title><link>https://www.rustbites.com/tags/rust-1.79/</link><description>Recent content in Rust-1.79 on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 16 May 2026 10:37:46 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/rust-1.79/index.xml" rel="self" type="application/rss+xml"/><item><title>142. Path::absolute — Make a Path Absolute Without Touching the Filesystem</title><link>https://www.rustbites.com/posts/bite-142/</link><pubDate>Sat, 16 May 2026 09:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-142/</guid><description>&lt;p&gt;Need an absolute path for a log line, an error message, or a &amp;ldquo;files will land here&amp;rdquo; preview — but the file might not exist yet? &lt;code&gt;fs::canonicalize&lt;/code&gt; will refuse. &lt;code&gt;std::path::absolute&lt;/code&gt; (stable since Rust 1.79) gives you the absolute form without ever opening the disk.&lt;/p&gt;</description></item></channel></rss>