<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>References on m58 | DevSecOps &amp; Pentest</title><link>https://0xm58.xyz/tags/references/</link><description>Recent content in References on m58 | DevSecOps &amp; Pentest</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 19 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://0xm58.xyz/tags/references/index.xml" rel="self" type="application/rss+xml"/><item><title>Rust: &amp; vs * (references and dereferencing)</title><link>https://0xm58.xyz/posts/rust-reference-vs-dereference/</link><pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate><guid>https://0xm58.xyz/posts/rust-reference-vs-dereference/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
 &lt;code&gt;&amp;amp;&lt;/code&gt; borrows a value. &lt;code&gt;*&lt;/code&gt; follows a reference to reach the value behind it. The syntax is small, but it sits right in the middle of Rust&amp;rsquo;s ownership model.
&lt;/div&gt;

&lt;p&gt;If references feel awkward at first, that is normal. In Rust they are not just pointers with nicer spelling. They are part of the language&amp;rsquo;s safety model.&lt;/p&gt;</description></item></channel></rss>