{"id":3235,"date":"2026-08-10T09:03:06","date_gmt":"2026-08-10T09:03:06","guid":{"rendered":"https:\/\/nokobox.com\/index.php\/item\/oreilly-rust-programming-part-1-rust-programming-foundations-2023-9\/"},"modified":"2026-08-10T09:03:06","modified_gmt":"2026-08-10T09:03:06","slug":"oreilly-rust-programming-part-1-rust-programming-foundations-2023-9","status":"publish","type":"digital_item","link":"https:\/\/nokobox.com\/index.php\/item\/oreilly-rust-programming-part-1-rust-programming-foundations-2023-9\/","title":{"rendered":"Oreilly \u2013 Rust Programming Part 1: Rust Programming Foundations 2023-9"},"content":{"rendered":"<div class=\"w-post-elm post_content\">\n<h2><span style=\"vertical-align: inherit\">Description<\/span><\/h2>\n<p data-sourcepos=\"5:1-5:546\"><span style=\"vertical-align: inherit\">Rust Programming Course Part 1: Rust Programming Foundations. This course teaches you the basics of programming with Rust through clear tutorials and detailed examples. Rust is a language that many passionate programmers have adopted because of its expressiveness, calculated complexity, and robustness. The Rust language combines the efficiency, speed, and low-level power of C\/C++ with the benefits of higher-level languages \u200b\u200blike Java, Python, and C#, and you can use it to implement a variety of solutions, including embedded systems, DevOps tools, operating systems and platforms, and more. use.<\/span><\/p>\n<p data-sourcepos=\"7:1-7:456\"><span style=\"vertical-align: inherit\">This course is the first part of your learning path. You will learn about Rust tools, type system and how to implement flow control. You\u2019ll also learn how to use compound types and collections, and how Rust carefully manages the lifetime of objects and their safe references in your code. Experienced instructor Andy Olsen systematically shows you how to avoid common pitfalls and errors in C and C++.<\/span><\/p>\n<h3 data-sourcepos=\"9:1-9:26\"><span style=\"vertical-align: inherit\">What you will learn in Rust Programming Part 1: Rust Programming Foundations:<\/span><\/h3>\n<ul data-sourcepos=\"11:1-18:0\">\n<li data-sourcepos=\"11:1-11:144\"><span style=\"vertical-align: inherit\">Getting Started with Rust: Starts with an overview of Rust as a programming language and shows you how to download the Rust tools.<\/span><\/li>\n<li data-sourcepos=\"12:1-12:161\"><span style=\"vertical-align: inherit\">Understanding variables and data types in Rust: Shows how to declare variables in Rust and takes a closer look at some of the primitive data types available in the language.<\/span><\/li>\n<li data-sourcepos=\"13:1-13:101\"><span style=\"vertical-align: inherit\">Flow control implementation: shows how to implement conditional logic and iteration in Rust.<\/span><\/li>\n<li data-sourcepos=\"14:1-14:167\"><span style=\"vertical-align: inherit\">Understanding Enumeration Types: Explains how to define and use enumeration types, and also reviews some of the important standard enumeration types in the Rust library.<\/span><\/li>\n<li data-sourcepos=\"15:1-15:194\"><span style=\"vertical-align: inherit\">Using Mixed Types and Sets: Shows how to create and use arrays and tuples, as well as how to use vectors and maps in the Rust collections library.<\/span><\/li>\n<li data-sourcepos=\"16:1-16:162\"><span style=\"vertical-align: inherit\">Understanding Ownership in Rust: Details how Rust manages the lifetime of objects. You will learn the differences between copying values \u200b\u200band passing values \u200b\u200bin Rust.<\/span><\/li>\n<li data-sourcepos=\"17:1-18:0\"><span style=\"vertical-align: inherit\">Understanding Borrowing in Rust: It deals with a concept called \u201cborrowing\u201d, which is where you refer to a variable without claiming ownership.<\/span><\/li>\n<\/ul>\n<h3 data-sourcepos=\"29:1-29:32\"><span style=\"vertical-align: inherit\">This course is suitable for people who:<\/span><\/h3>\n<ul data-sourcepos=\"31:1-31:98\">\n<li data-sourcepos=\"31:1-31:98\"><span style=\"vertical-align: inherit\">Developers who want to get started writing efficient and well-structured Rust applications.<\/span><\/li>\n<\/ul>\n<h3 data-sourcepos=\"11:1-11:29\"><span style=\"vertical-align: inherit\">Course details<\/span><\/h3>\n<ul>\n<li><span style=\"vertical-align: inherit\">Publisher: <\/span><a href=\"https:\/\/href.li\/?https:\/\/www.oreilly.com\/library\/view\/rust-programming-part\/9780138314378\/\/\/\/.\/\" target=\"_blank\"><span style=\"vertical-align: inherit\">Oreilly<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Instructor: <\/span><a href=\"https:\/\/downloadlynet.ir\/tag\/andy-olsen\/\"><span style=\"vertical-align: inherit\">Andy Olsen<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Training level: beginner to advanced<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Training duration: 7 hours 4 minutes<\/span><\/li>\n<\/ul>\n<h3><span style=\"vertical-align: inherit\">Course headings<\/span><\/h3>\n<ul>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Introduction\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\">Rust Programming Part 1: Introduction<\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Module 1: Rust Programming Essentials\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\">Module introduction<\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Lesson 1: Getting Started with Rust\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\">Learning objectives<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">1.1 Overview of Rust<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">1.2 Writing your first Rust application<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">1.3 Building and running your first Rust application<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">1.4 Creating an application by using Cargo<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">1.5 Building and running an application by using Cargo<\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Lesson 2: Understanding Rust Variables and Types\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\"><span style=\"vertical-align: inherit\">Learning objectives<\/span><\/li>\n<li class=\"toc-level-2 t-toc-level-2\">2.1 Integer types<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">2.2 Floating-point types<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">2.3 Other simple types<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">2.4 Additional techniques<\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Lesson 3: Implementing Flow Control\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\"><span style=\"vertical-align: inherit\">Learning objectives<\/span><\/li>\n<li class=\"toc-level-2 t-toc-level-2\">3.1 If-tests<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">3.2 Matching<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">3.3 Loops<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">3.4 Using break and continue<\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Lesson 4: Understanding Enums\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\"><span style=\"vertical-align: inherit\">Learning objectives<\/span><\/li>\n<li class=\"toc-level-2 t-toc-level-2\">4.1 Defining and using simple enums \u2013 Part 1<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">4.2 Defining and using simple enums \u2013 Part 2<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">4.3 Avoiding warnings about unused variants<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">4.4 Defining and using enums with data<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">4.5 Using the Option enum<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">4.6 Using the Result enum<\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Lesson 5: Using Compound Types and Collections\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\"><span style=\"vertical-align: inherit\">Learning objectives<\/span><\/li>\n<li class=\"toc-level-2 t-toc-level-2\">5.1 Creating and using arrays<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">5.2 Array techniques<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">5.3 Creating and using tuples<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">5.4 Creating and using vectors<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">5.5 Creating and using maps<\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Module 2: Rust Ownership and Borrowing\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\"><span style=\"vertical-align: inherit\">Module introduction<\/span><\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Lesson 6: Understanding Ownership in Rust\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\"><span style=\"vertical-align: inherit\">Learning objectives<\/span><\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.1 Understanding local scope<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.2 Defining static local scope \u2013 Part 1<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.3 Defining static local scope \u2013 Part 2<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.4 Defining static global scope<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.5 Defining static mutable variables \u2013 Part 1<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.6 Defining static mutable variables \u2013 Part 2<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.7 Understanding strings in Rust \u2013 Part 1<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.8 Understanding strings in Rust \u2013 Part 2<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.9 Copying vs. moving<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">6.10 Cloning<\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Lesson 7: Understanding Borrowing in Rust\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\"><span style=\"vertical-align: inherit\">Learning objectives<\/span><\/li>\n<li class=\"toc-level-2 t-toc-level-2\">7.1 Understanding simple borrowing<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">7.2 Understanding the Rust borrow checker<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">7.3 Introduction to string slices<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">7.4 String slice techniques<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">7.5 Introduction to array slices<\/li>\n<li class=\"toc-level-2 t-toc-level-2\">7.6 Array slice techniques<\/li>\n<\/ol>\n<\/li>\n<li class=\"toc-level-1 t-toc-level-1\" dir=\"ltr\" style=\"text-align: left\">Summary\n<ol>\n<li class=\"toc-level-2 t-toc-level-2\" style=\"text-align: left\">Rust Programming Part 1: Summary<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<h3><span style=\"vertical-align: inherit\">Course images<\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-901503 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2024\/05\/Rust-Programming-Part-1-Rust-Programming-Foundations-2.jpg\" alt=\"Rust Programming Part 1: Rust Programming Foundations\" width=\"1074\" height=\"404\"><\/p>\n<h3><span style=\"vertical-align: inherit\">Sample video of the course<\/span><\/h3>\n<div style=\"width: 640px;\" class=\"wp-video\"><span class=\"mejs-offscreen\">Video Player<\/span><\/p>\n<div id=\"mep_0\" class=\"mejs-container mejs-container-keyboard-inactive wp-video-shortcode mejs-video\" tabindex=\"0\" role=\"application\" aria-label=\"Video Player\" style=\"width: 640px; height: 360px; min-width: 217px;\">\n<div class=\"mejs-inner\">\n<div class=\"mejs-mediaelement\"><mediaelementwrapper id=\"video-125960-1\"><video class=\"wp-video-shortcode\" id=\"video-125960-1_html5\" width=\"640\" height=\"360\" preload=\"metadata\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Rust_Programming_Part_1_Rust_Programming_Foundations_Downloadly.ir.mp4?_=1\" style=\"width: 640px; height: 360px;\"><source type=\"video\/mp4\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Rust_Programming_Part_1_Rust_Programming_Foundations_Downloadly.ir.mp4?_=1\"><a href=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Rust_Programming_Part_1_Rust_Programming_Foundations_Downloadly.ir.mp4?nocache=1786097808669\">https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Rust_Programming_Part_1_Rust_Programming_Foundations_Downloadly.ir.mp4<\/a><\/video><\/mediaelementwrapper><\/div>\n<div class=\"mejs-layers\">\n<div class=\"mejs-poster mejs-layer\" style=\"display: none; width: 100%; height: 100%;\"><\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-loading\"><span class=\"mejs-overlay-loading-bg-img\"><\/span><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-error\"><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer mejs-overlay-play\" style=\"width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-button\" role=\"button\" tabindex=\"0\" aria-label=\"Play\" aria-pressed=\"false\"><\/div>\n<\/div>\n<\/div>\n<div class=\"mejs-controls\">\n<div class=\"mejs-button mejs-playpause-button mejs-play\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Play\" aria-label=\"Play\" tabindex=\"0\"><\/button><\/div>\n<div class=\"mejs-time mejs-currenttime-container\" role=\"timer\" aria-live=\"off\"><span class=\"mejs-currenttime\">00:00<\/span><\/div>\n<div class=\"mejs-time-rail\"><span class=\"mejs-time-total mejs-time-slider\" role=\"slider\" tabindex=\"0\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"0\" aria-valuenow=\"0\" aria-valuetext=\"00:00\"><span class=\"mejs-time-buffering\" style=\"display: none;\"><\/span><span class=\"mejs-time-loaded\"><\/span><span class=\"mejs-time-current\"><\/span><span class=\"mejs-time-hovered no-hover\"><\/span><span class=\"mejs-time-handle\"><span class=\"mejs-time-handle-content\"><\/span><\/span><span class=\"mejs-time-float\"><span class=\"mejs-time-float-current\">00:00<\/span><span class=\"mejs-time-float-corner\"><\/span><\/span><\/span><\/div>\n<div class=\"mejs-time mejs-duration-container\"><span class=\"mejs-duration\">00:00<\/span><\/div>\n<div class=\"mejs-button mejs-volume-button mejs-mute\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Mute\" aria-label=\"Mute\" tabindex=\"0\"><\/button><a href=\"javascript:void(0);\" class=\"mejs-volume-slider\" aria-label=\"Volume Slider\" aria-valuemin=\"0\" aria-valuemax=\"100\" role=\"slider\" aria-orientation=\"vertical\"><span class=\"mejs-offscreen\">Use Up\/Down Arrow keys to increase or decrease volume.<\/span><\/p>\n<div class=\"mejs-volume-total\">\n<div class=\"mejs-volume-current\" style=\"bottom: 0px; height: 100%;\"><\/div>\n<div class=\"mejs-volume-handle\" style=\"bottom: 100%; margin-bottom: -3px;\"><\/div>\n<\/div>\n<p><\/a><\/div>\n<div class=\"mejs-button mejs-fullscreen-button\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Fullscreen\" aria-label=\"Fullscreen\" tabindex=\"0\"><\/button><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div>\n<h3><span style=\"vertical-align: inherit\">Installation guide<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">After Extract, view with your favorite Player.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">English subtitle<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Quality: 720p<\/span><\/p>\n<\/div>\n<h3><span style=\"vertical-align: inherit\">download link<\/span><\/h3>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Oreilly_Rust_Programming_Part_1_Rust_Programming_Foundations_2023-9.part1_Downloadly.ir.rar?nocache=1786097806\"><span style=\"vertical-align: inherit\">Download part 1 \u2013 1 GB<\/span><\/a><\/p>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Oreilly_Rust_Programming_Part_1_Rust_Programming_Foundations_2023-9.part2_Downloadly.ir.rar?nocache=1786097806\"><span style=\"vertical-align: inherit\">Download part 2 \u2013 322 MB<\/span><\/a><\/p>\n<p><span style=\"vertical-align: inherit\">File(s) password: www.downloadly.ir<\/span><\/p>\n<h3><span style=\"vertical-align: inherit\">Size<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">1.3 GB<\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Description Rust Programming Course Part 1: Rust Programming Foundations. This course teaches you the basics of programming with Rust through clear tutorials an<\/p>\n","protected":false},"author":1,"template":"","dgi_category":[10458],"dgi_tag":[35983,36007,36008,36009,36010,36011,36012,36013,36014,36015,36016,36017,36018,36019,36020,36021,36022,36023,36024,36025,36026,36027,36028,36029],"class_list":["post-3235","digital_item","type-digital_item","status-publish","has-post-thumbnail","hentry","dgi_category-video-tutorials","dgi_tag-andy-olsen","dgi_tag-course-rust-programming-part-1-rust-programming-foundations","dgi_tag-download-course-rust-programming-part-1-rust-programming-foundations","dgi_tag-download-link-rust-programming-part-1-rust-programming-foundations","dgi_tag-download-links-rust-programming-part-1-rust-programming-foundations","dgi_tag-download-paid-course-rust-programming-part-1-rust-programming-foundations","dgi_tag-download-rust-programming-part-1-rust-programming-foundations","dgi_tag-download-rust-programming-part-1-rust-programming-foundations-course","dgi_tag-download-rust-programming-part-1-rust-programming-foundations-course-for-free","dgi_tag-free-download-course-rust-programming-part-1-rust-programming-foundations","dgi_tag-free-download-link-rust-programming-part-1-rust-programming-foundations","dgi_tag-free-download-links-rust-programming-part-1-rust-programming-foundations","dgi_tag-free-download-paid-course-rust-programming-part-1-rust-programming-foundations","dgi_tag-free-download-rust-programming-part-1-rust-programming-foundations","dgi_tag-free-links-download-rust-programming-part-1-rust-programming-foundations","dgi_tag-free-paid-course-download-links-rust-programming-part-1-rust-programming-foundations","dgi_tag-free-rust-programming-part-1-rust-programming-foundations","dgi_tag-free-rust-programming-part-1-rust-programming-foundations-download-course","dgi_tag-paid-course-rust-programming-part-1-rust-programming-foundations","dgi_tag-rust-programming-part-1-rust-programming-foundations-download-course","dgi_tag-rust-programming-part-1-rust-programming-foundations-download-links","dgi_tag-rust-programming-part-1-rust-programming-foundations-for-free","dgi_tag-rust-programming-part-1-rust-programming-foundations-free-course","dgi_tag-rust-programming-part-1-rust-programming-foundations-free-download"],"_links":{"self":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/3235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item"}],"about":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/types\/digital_item"}],"author":[{"embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/3235\/revisions"}],"wp:attachment":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/media?parent=3235"}],"wp:term":[{"taxonomy":"dgi_category","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_category?post=3235"},{"taxonomy":"dgi_tag","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_tag?post=3235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}