{"id":15076129,"url":"https://github.com/getvmio/free-rust-resources","last_synced_at":"2025-02-26T17:41:40.443Z","repository":{"id":251137320,"uuid":"822446798","full_name":"getvmio/free-rust-resources","owner":"getvmio","description":"Rust Free Resources | This repo collects 14 of free resources for Rust. 🦀 Build robust and efficient systems with our Rust Foundry repository! Offering a wealth of free Rust resources and an online Playground, this is your workshop for mastering this modern, safe, and concurrent programming langu...","archived":false,"fork":false,"pushed_at":"2025-02-01T02:19:20.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T05:01:48.708Z","etag":null,"topics":["awesome-list","free-resources","getvm","playground","programming","rust"],"latest_commit_sha":null,"homepage":"https://getvm.io/tutorials/category/rust","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getvmio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-01T07:08:34.000Z","updated_at":"2025-02-01T02:32:53.000Z","dependencies_parsed_at":"2024-08-01T04:55:24.314Z","dependency_job_id":"a2f0ad8c-c74b-475a-acb1-f6bdc4900263","html_url":"https://github.com/getvmio/free-rust-resources","commit_stats":null,"previous_names":["getvmio/free-rust-resources"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getvmio%2Ffree-rust-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getvmio%2Ffree-rust-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getvmio%2Ffree-rust-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getvmio%2Ffree-rust-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getvmio","download_url":"https://codeload.github.com/getvmio/free-rust-resources/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239255304,"owners_count":19608251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome-list","free-resources","getvm","playground","programming","rust"],"created_at":"2024-09-25T03:57:53.241Z","updated_at":"2025-02-26T17:41:40.426Z","avatar_url":"https://github.com/getvmio.png","language":null,"readme":"# Rust Free Resources\n\n🦀 Build robust and efficient systems with our Rust Foundry repository! Offering a wealth of free Rust resources and an online Playground, this is your workshop for mastering this modern, safe, and concurrent programming language. Ideal for systems programmers and performance enthusiasts.\n\n## Resources\n\n|   Index | Name                                                                                                                | Category            | Description                                                                                                                                                                                                   |\n|---------|---------------------------------------------------------------------------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n|       1 | [Rust Tutorials](https://getvm.io/tutorials/rust-tutorials)                                                         | Technical Tutorials | Explore Rust's unique features like ownership, memory safety, and concurrency. Practice hands-on coding through interactive tutorials and master the powerful Rust language.                                  |\n|       2 | [Rust Programming](https://getvm.io/tutorials/cis-198-rust-programming-upenn)                                       | University Courses  | Learn the unique features of the Rust programming language and apply it to practical systems programming problems, including topics like traits, generics, memory safety, macros, closures, and concurrency.  |\n|       3 | [WebGL + Rust: Basic Water Tutorial](https://getvm.io/tutorials/webgl-rust-basic-water-tutorial)                    | Technical Tutorials | Learn how to render water using WebGL and Rust, with a step-by-step demo and reference implementation on GitHub.                                                                                              |\n|       4 | [Writing Scalable Chat Service from Scratch](https://getvm.io/tutorials/writing-scalable-chat-service-from-scratch) | Technical Tutorials | Learn practical Rust usage and build a scalable, real-time chat service from scratch. Ideal for developers interested in systems programming.                                                                 |\n|       5 | [Building a DNS server in Rust](https://getvm.io/tutorials/building-a-dns-server-in-rust)                           | Technical Tutorials | Dive into the inner workings of the internet by building a DNS server from scratch using the Rust programming language. Gain a deep understanding of the DNS protocol and its role in internet functionality. |\n|       6 | [Build Your Own Shell using Rust](https://getvm.io/tutorials/build-your-own-shell-using-rust)                       | Technical Tutorials | Learn how to create a simple shell using Rust programming language. Understand the interaction between the shell, terminal emulator, and operating system.                                                    |\n|       7 | [Learning Parser Combinators With Rust](https://getvm.io/tutorials/learning-parser-combinators-with-rust)           | Technical Tutorials | Learn the fundamentals of parser combinators with a hands-on approach to building a parser in Rust. Suitable for Rust beginners and experienced developers.                                                   |\n|       8 | [Adventures in Rust: A Basic 2D Game](https://getvm.io/tutorials/adventures-in-rust-a-basic-2d-game)                | Technical Tutorials | Explore game development with Rust programming language. Learn fundamentals, build a 2D game from scratch, and dive into the Piston game framework.                                                           |\n|       9 | [Build your own Redis client and server](https://getvm.io/tutorials/build-your-own-redis-client-and-server)         | Technical Tutorials | Learn asynchronous programming with Rust and build your own custom Redis client and server with this comprehensive tutorial.                                                                                  |\n|      10 | [Writing a Command Line Tool in Rust](https://getvm.io/tutorials/writing-a-command-line-tool-in-rust)               | Technical Tutorials | Learn how to build a command-line tool in Rust, including argument parsing, colored output, and progress bar. Ideal for Rust beginners interested in system programming.                                      |\n|      11 | [Command line apps in Rust](https://getvm.io/tutorials/command-line-apps-in-rust)                                   | Technical Tutorials | Comprehensive guide to developing command line applications in Rust, covering Rust programming, CLI tools, and software development.                                                                          |\n|      12 | [The Rust Programming Language](https://getvm.io/tutorials/the-rust-programming-language)                           | Technical Tutorials | Discover the power of the Rust programming language with this comprehensive guide covering memory safety, concurrency, and performance. Ideal for software developers and programming enthusiasts.            |\n|      13 | [Learning Rust Ebook](https://getvm.io/tutorials/learning-rust-ebook)                                               | Technical Tutorials | Comprehensive Rust programming language ebook covering core features, error handling, concurrency, and more. Valuable for beginner and intermediate Rust developers.                                          |\n|      14 | [Easy Rust](https://getvm.io/tutorials/easy-rust)                                                                   | Technical Tutorials | Learn Rust programming with Easy Rust, a comprehensive and approachable guide covering syntax, concepts, and advanced topics. Ideal for beginners.                                                            |\n\n## More\n\n- [Free JavaScript Resources](https://github.com/getvmio/free-javascript-resources)\n- [Free HTML Resources](https://github.com/getvmio/free-html-resources)\n- [Free R Resources](https://github.com/getvmio/free-r-resources)\n- [Free Java Resources](https://github.com/getvmio/free-java-resources)\n- [Free Neural Networks Resources](https://github.com/getvmio/free-neural-networks-resources)\n- [Free Natural Language Processing Resources](https://github.com/getvmio/free-natural-language-processing-resources)\n- [Free Computer Science Resources](https://github.com/getvmio/free-computer-science-resources)\n- [Free React Resources](https://github.com/getvmio/free-react-resources)\n- [Free Security Resources](https://github.com/getvmio/free-security-resources)\n- [Free Node.js Resources](https://github.com/getvmio/free-node-js-resources)\n- [Free PyTorch Resources](https://github.com/getvmio/free-pytorch-resources)\n- [Free Computer Architecture Resources](https://github.com/getvmio/free-computer-architecture-resources)\n- [Free Functional Programming Resources](https://github.com/getvmio/free-functional-programming-resources)\n- [Free Operating System Resources](https://github.com/getvmio/free-operating-system-resources)\n- [Free Cryptography Resources](https://github.com/getvmio/free-cryptography-resources)\n- [Free Compiler Resources](https://github.com/getvmio/free-compiler-resources)\n- [Free Blockchain Resources](https://github.com/getvmio/free-blockchain-resources)\n- [Free SQL Resources](https://github.com/getvmio/free-sql-resources)\n- [Free Python Resources](https://github.com/getvmio/free-python-resources)\n- [Free Unix Resources](https://github.com/getvmio/free-unix-resources)\n- [Free Programming Resources](https://github.com/getvmio/free-programming-resources)\n- [Free Object-Oriented Programming Resources](https://github.com/getvmio/free-object-oriented-programming-resources)\n- [Free CSS Resources](https://github.com/getvmio/free-css-resources)\n- [Free Machine Learning Resources](https://github.com/getvmio/free-machine-learning-resources)\n- [Free Web Development Resources](https://github.com/getvmio/free-web-development-resources)\n- [Free Shell Scripting Resources](https://github.com/getvmio/free-shell-scripting-resources)\n- [Free Haskell Resources](https://github.com/getvmio/free-haskell-resources)\n- [Free Software Development Resources](https://github.com/getvmio/free-software-development-resources)\n- [Free Data Science Resources](https://github.com/getvmio/free-data-science-resources)\n- [Free Git Resources](https://github.com/getvmio/free-git-resources)\n- [Free Networking Resources](https://github.com/getvmio/free-networking-resources)\n- [Free Game Development Resources](https://github.com/getvmio/free-game-development-resources)\n- [Free TensorFlow Resources](https://github.com/getvmio/free-tensorflow-resources)\n- [Free Distributed Systems Resources](https://github.com/getvmio/free-distributed-systems-resources)\n- [Free Embedded Systems Resources](https://github.com/getvmio/free-embedded-systems-resources)\n- [Free DevOps Resources](https://github.com/getvmio/free-devops-resources)\n- [Free Docker Resources](https://github.com/getvmio/free-docker-resources)\n- [Free Robotics Resources](https://github.com/getvmio/free-robotics-resources)\n- [Free Computer Vision Resources](https://github.com/getvmio/free-computer-vision-resources)\n- [Free Deep Learning Resources](https://github.com/getvmio/free-deep-learning-resources)\n- [Free Cloud Computing Resources](https://github.com/getvmio/free-cloud-computing-resources)\n- [Free Go Resources](https://github.com/getvmio/free-go-resources)\n- [Free Data Structures Resources](https://github.com/getvmio/free-data-structures-resources)\n- [Free Control Systems Resources](https://github.com/getvmio/free-control-systems-resources)\n- [Free Artificial Intelligence Resources](https://github.com/getvmio/free-artificial-intelligence-resources)\n- [Free Data Analysis Resources](https://github.com/getvmio/free-data-analysis-resources)\n- [Free Ruby Resources](https://github.com/getvmio/free-ruby-resources)\n- [Free C++ Resources](https://github.com/getvmio/free-cpp-resources)\n- [Free Bash Resources](https://github.com/getvmio/free-bash-resources)\n- [Free Cybersecurity Resources](https://github.com/getvmio/free-cybersecurity-resources)\n- [Free Algorithm Resources](https://github.com/getvmio/free-algorithm-resources)\n- [Free Database Resources](https://github.com/getvmio/free-database-resources)\n- [Free C Resources](https://github.com/getvmio/free-c-resources)\n- [Free Version Control Resources](https://github.com/getvmio/free-version-control-resources)\n- [Free Linux Resources](https://github.com/getvmio/free-linux-resources)\n- [Free Computer Graphics Resources](https://github.com/getvmio/free-computer-graphics-resources)\n","funding_links":[],"categories":["More","Other Lists"],"sub_categories":["TeX Lists"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetvmio%2Ffree-rust-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetvmio%2Ffree-rust-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetvmio%2Ffree-rust-resources/lists"}