<?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>Articles on Joseph M Dugan</title>
    <link>https://josephmdugan.com/articles/</link>
    <description>Recent content in Articles on Joseph M Dugan</description>
    <generator>Hugo -- 0.126.2</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 07 Jul 2025 17:23:00 -0700</lastBuildDate>
    <atom:link href="https://josephmdugan.com/articles/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Basics of Rust</title>
      <link>https://josephmdugan.com/articles/rustbasics/</link>
      <pubDate>Mon, 07 Jul 2025 17:23:00 -0700</pubDate>
      <guid>https://josephmdugan.com/articles/rustbasics/</guid>
      <description>Notes taken from &amp;ldquo;The Rust Programming Language&amp;rdquo; book: Link to Book
Setup and Installation To install Rust on MacOS or Linux, enter the following command in your terminal:
curl --proto &amp;#39;=https&amp;#39; --tlsv1.2 https://sh.rustup.rs -sSf | sh If you&amp;rsquo;re on Windows, look it up on Google&amp;hellip;
To update enter into terminal:
rustup update If one just wants to create a Rust file without using Cargo, they may create a file example.rs and compile using:</description>
    </item>
  </channel>
</rss>
