<?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>Learning Rust on Ported Security</title><link>https://portedsecurity.com/posts/learningrust/</link><description>Recent content in Learning Rust on Ported Security</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 01 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://portedsecurity.com/posts/learningrust/index.xml" rel="self" type="application/rss+xml"/><item><title>Rust: CLI Tutorial, Building Your First Command Line Tool</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-cli/</link><pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-cli/</guid><description>Bring your Rust skills together. Learn how to parse command-line arguments, read files, structure data, and build a fully functional CLI application.</description></item><item><title>Rust: Modules and Traits, Organizing Code and Shared Behavior</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-modules/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-modules/</guid><description>Stop writing massive single-file programs. Learn how to organize your Rust code using modules, manage visibility with &amp;#39;pub&amp;#39;, and share behavior using Traits.</description></item><item><title>Rust: Collections, Mastering Vectors and Strings</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-collections/</link><pubDate>Thu, 25 Jun 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-collections/</guid><description>Learn how to store dynamic lists of data in Rust using Vectors and Strings. Understand heap allocation, memory safety, and common collection methods.</description></item><item><title>Rust: Error Handling, Ditching Exceptions for Result and Option</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-error/</link><pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-error/</guid><description>Learn how Rust handles errors gracefully without using exceptions or null values. Master the Option and Result enums to write crash-proof code.</description></item><item><title>Rust: Pattern Matching, Mastering the Match Operator</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-pattern/</link><pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-pattern/</guid><description>Discover the power of pattern matching in Rust. Learn how to use the match operator to handle Enums, enforce exhaustive checks, and write cleaner, safer logic.</description></item><item><title>Rust: Structs and Enums, Modeling Custom Data</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-structs/</link><pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-structs/</guid><description>Learn how to model complex, real-world data in Rust using Structs and Enums. Group related fields, define strict variants, and attach behavior to your data.</description></item><item><title>Rust: Ownership Explained, Memory Safety</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-ownership/</link><pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-ownership/</guid><description>Discover Rust&amp;#39;s defining feature: Ownership. Learn how Rust guarantees memory safety, prevents access violations, and eliminates the need for a garbage collector.</description></item><item><title>Rust: Control Flow, Making Decisions with If, Else, and Loops</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-flow/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-flow/</guid><description>Master Rust control flow. Learn how to use if/else statements, the powerful &amp;#39;loop&amp;#39; construct, while, and for loops to control program execution paths.</description></item><item><title>Rust: Variables and Immutability</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-vars/</link><pubDate>Wed, 03 Jun 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-vars/</guid><description>Learn how Rust handles variables, why immutability is the default, and how using the mut keyword and shadowing can lead to safer, faster systems programming.</description></item><item><title>Rust: Cargo and the Anatomy of "Hello, World"</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-cargo/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-cargo/</guid><description>Dive into your first Rust program and Cargo file</description></item><item><title>Rust: Setting up your development environment</title><link>https://portedsecurity.com/posts/learningrust/learning_rust-setup/</link><pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate><guid>https://portedsecurity.com/posts/learningrust/learning_rust-setup/</guid><description>Guide to installing Rust, MSVC build tools, VS Code, and Git on Windows.</description></item></channel></rss>