<?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>Rust Basics on Ported Security</title><link>https://portedsecurity.com/tags/rust-basics/</link><description>Recent content in Rust Basics 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/tags/rust-basics/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></channel></rss>