{"id":93910,"date":"2021-11-30T15:02:48","date_gmt":"2021-11-30T23:02:48","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=93910"},"modified":"2021-11-30T15:02:53","modified_gmt":"2021-11-30T23:02:53","slug":"rust-projects","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/rust-projects\/","title":{"rendered":"Top Rust Projects to Sharpen Your Skills and Build Your Rust Portfolio"},"content":{"rendered":"\n<p>Rust is a popular general-purpose programming language that can run on embedded systems. It\u2019s memory-efficient, fast, and guarantees memory safety. In addition, Rust has excellent documentation. This language is used alongside Rust Compiler and Cargo, which are efficient troubleshooting and management tools for your projects.&nbsp;&nbsp;<\/p>\n\n\n\n<p>The best method to grow and solidify your Rust skills and land lucrative job roles is working on different projects. Moreover, working on Rust projects will help you create a large professional portfolio that you can use during the job search. In this article, you will find a wide arrange of project ideas for beginner, intermediate, and advanced students.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-5-skills-that-rust-projects-can-help-you-practice\">5 Skills That Rust Projects Can Help You Practice<\/h2>\n\n\n\n<p>The primary aim of building different Rust projects is to develop your skills. These skills help you stand out in the job market and allow you to become an experienced Rust developer. As you prepare to dive into your own Rust projects, here are five skills you can expect to practice.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Programming. <\/strong>While working on Rust projects you will naturally become more proficient with the Rust programming language. But that\u2019s not all. You will also <a href=\"https:\/\/careerkarma.com\/blog\/how-to-learn-to-code-in-c\/\">learn to code in C<\/a>, C++, and Java, as several of the projects in this article also call for these languages.&nbsp;<\/li><li><strong>Application Security. <\/strong>Safety is one of the key features of Rust. You will learn how to perform software testing and debugging for the overall security of your Rust projects.<\/li><li><strong>Documentation. <\/strong>Documentation is an important part of the Rust ecosystem. It makes information accessible and helps new users learn faster. As you work on some of the projects below, you will be able to rely on online books, blogs, and user guides to help you.<\/li><li><strong>Professional Collaboration. <\/strong><a href=\"https:\/\/www.rust-lang.org\/community\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Rust boasts an active community<\/a> of developers who work together on various projects. The projects below will allow you to connect with members of this thriving community and expand your network.<\/li><li><strong>Data structures.<\/strong><a href=\"https:\/\/careerkarma.com\/blog\/how-to-learn-data-structures\/\"><strong> <\/strong>Learning data structures<\/a> is crucial for software development. Data structures are used to store and organize information. You can also leverage them to increase efficiency and enhance the user experience.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-best-rust-project-ideas-for-beginners\">Best Rust Project Ideas for Beginners<\/h2>\n\n\n\n<p>You can find Rust project ideas for every level, from beginner all the way to advanced. If you are just beginning your journey into the world of Rust development, try some of these humbler projects that will test your grasp of theoretical concepts as well as your tech skills.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-natural-language-detection\"><a href=\"https:\/\/reposhub.com\/rust\/text-processing\/greyblake-whatlang-rs.html\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Natural Language Detection<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Programming, Documentation<\/li><\/ul>\n\n\n\n<p>Whatlang is a simple Rust library that focuses on the detection of natural language in a text. This library is used to identify scripts represented by a list of enumerations, also known as enums. This project features a configurable detector and various detection options and functions to detect languages and scripts.<\/p>\n\n\n\n<p>You will also develop an info structure to highlight the outcome of the detection process. Whatlang supports up to 84 languages. This project is based completely on the Rust language and will enhance your programming skills.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-jql-json-cli-tool\"><a href=\"https:\/\/www.freshports.org\/textproc\/jql\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">JQL JSON CLI Tool<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Data Structures, Programming<\/li><\/ul>\n\n\n\n<p>JQL, or Jira Query Language, uses fields, keywords, operators, functions, and values to filter information when using Jira. It also relies on the command-line interface (CLI) to manage tasks, integrate various tools, and migrate data. In this project, you will build a JSON Query Language CLI tool using Rust, which will improve your understanding of command scripts, general commands, output filters, and asset discovery tools.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-file-hosting-service\"><a href=\"https:\/\/github.com\/timvisee\/ffsend\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">File Hosting Service<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Coding, App Security<\/li><\/ul>\n\n\n\n<p>File hosting services allow you to store documents online. You can upload anything from vacation pictures to music to work-related documents. In this project, you will rely on your knowledge of the Rust language framework to develop a file hosting service similar to Dropbox, a service that uses Rust for its file synchronization engine. Rust is an excellent option for this kind of service due to its memory safety capabilities.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2d-game\"><a href=\"https:\/\/www.youtube.com\/watch?v=cPF41tl3-3c\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">2D Game<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Programming, Documentation<\/li><\/ul>\n\n\n\n<p>Rust is a great language to learn if you are considering <a href=\"https:\/\/careerkarma.com\/careers\/game-development\/\">becoming a game developer<\/a>. It possesses powerful features to prevent memory leaks and enhance speed, much like C and C++. In addition, Rust uses a data-oriented approach and offers access to low-level enhancement techniques, which a beginner can tackle.&nbsp;<\/p>\n\n\n\n<p>Rust is also supported by popular game engines like Amethyst, GGEZ, and Piston. In this project, you will work on a game called Flappy Bird which can be developed using exclusively the Rust ecosystem.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-web-app-with-yew\"><a href=\"https:\/\/yew.rs\/next\/tutorial\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Web App with Yew<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Programming, Data Structures<\/li><\/ul>\n\n\n\n<p>Yew is a Rust framework used to build multi-threaded web apps using WebAssembly. It features a component-based framework that supports the development of interactive user interfaces. Using Yew for web app development minimizes DOM API calls and offloads processing to background threads, which increases performance.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-best-intermediate-rust-project-ideas\">Best Intermediate Rust Project Ideas<\/h2>\n\n\n\n<p>Intermediate Rust projects are perfect for people who have successfully completed beginner projects or are familiar with the basics of Rust. These projects offer more insight on what to expect when you start working on professional projects. In addition, you will continue expanding your knowledge of the Rust ecosystem.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-weld-implementation\"><a href=\"https:\/\/dawn.cs.stanford.edu\/2017\/04\/25\/weld\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Weld Implementation<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Programming, Documentation<\/li><\/ul>\n\n\n\n<p>Weld is a Rust compiler used to improve application performance and optimize libraries and functions by highlighting the core computations. Weld was developed at Stanford Infolab and has since advanced to become a full fake RESTful API generator. In this project, you will implement a low-level systems research project in Rust using Weld.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-full-stack-web-app\"><a href=\"https:\/\/blog.logrocket.com\/full-stack-rust-a-complete-tutorial-with-examples\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Full Stack Web App<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced<\/strong>: Programming, APIs<\/li><\/ul>\n\n\n\n<p>Rust is ideal if you are considering <a href=\"https:\/\/careerkarma.com\/blog\/how-to-become-a-full-stack-developer\/#:~:text=What%20Is%20a%20Full%20Stack%20Developer%3F&amp;text=Your%20Bootcamp%20Match-,By%20continuing%20you%20agree%20to%20our%20Terms%20of%20Service%20and,development%2C%20with%20advanced%20coding%20skills.\">becoming a full stack developer<\/a> because it offers efficient memory management and error detection. In addition, Rust facilitates complex processing, compression, and high-level caching for app backends.<\/p>\n\n\n\n<p>In this project, you will build a simple full stack web application. The final product should have a database-backed REST backend. On the front end, there should be a Wasm-based single-page application.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-smart-bookmarking-tool\"><a href=\"https:\/\/developers.facebook.com\/blog\/post\/2020\/06\/03\/build-smart-bookmarking-tool-rust-rocket\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Smart Bookmarking Tool<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Application Security, Professional Collaboration<\/li><\/ul>\n\n\n\n<p>Smart bookmarks are great tools for enhancing productivity. A popular smart bookmarking tool is Facebook&#8217;s bunnylol, which allows users to navigate various tools using the URL bar as the command line. In this project, you will build a clone of this Facebook tool using Rocket, a web framework for Rust.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-api-with-tokio\"><a href=\"https:\/\/levelup.gitconnected.com\/building-an-api-using-warp-and-tokio-26a52173860a\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">API with Tokio<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Data Structures, Programming, APIs<\/li><\/ul>\n\n\n\n<p>Tokio is a platform for writing asynchronous applications using the Rust programming language. It is highly scalable, reliable, and fast. Additionally, it provides async I\/O, scheduling facilities, and an HTTP-supported server library. In this project, you will use Tokio and Warp to build an asynchronous API.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cross-platform-desktop-application\"><a href=\"https:\/\/css-tricks.com\/how-i-built-a-cross-platform-desktop-application-with-svelte-redis-and-rust\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Cross Platform Desktop Application<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Programming, GUI Frameworks\u00a0<\/li><\/ul>\n\n\n\n<p>Rust is perfect for developing desktop software applications because it is highly scalable, fast, and memory efficient. You can develop high-performing desktop applications using Rust-supported frameworks like Azul, Conrod, and Rust Qt Binding Generator. Moreover, all these platforms support the graphical user interface (GUI) framework.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-best-advanced-rust-project-ideas\">Best Advanced Rust Project Ideas<\/h2>\n\n\n\n<p>Working on advanced Rust projects will set you apart from other job seekers. Completing these projects proves to potential employers that you have the skills and knowledge to work on large-scale, complex assignments. Below we should you advanced project ideas to dip your toes into.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-neural-network-library\"><a href=\"https:\/\/reposhub.com\/rust\/machine-learning\/mikhailkravets-neuroflow.html\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Neural Network Library<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Machine Learning, Programming<\/li><\/ul>\n\n\n\n<p>Neural networks are machine learning are artificial intelligence (AI) subsets that seek to simulate the behavior of the human brain. These systems learn and recreate non-linear relationships, which allows computers to operate with minimal human intervention. In this project, you will develop a neural network inference library like NeuroFlow, RustNN, or DeepFrog.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-operating-system\"><a href=\"https:\/\/os.phil-opp.com\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Operating System<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Programming, Quality Assurance<\/li><\/ul>\n\n\n\n<p>Rust is a good choice if you are seeking to build an operating system due to its performance and memory safety features. In fact, Microsoft uses Rust to manage all the Common Vulnerabilities and Exposures (CVEs) in its codebases. Popular operating systems developed using Rust include Theseus, Redox, and intermezzOS.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-blockchain\"><a href=\"https:\/\/morioh.com\/p\/d554ac13bad3\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Blockchain<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Data Structures, Blockchain\u00a0<\/li><\/ul>\n\n\n\n<p>A blockchain is a decentralized digital ledger composed of secure blocks that are extremely hard to hack into. Apart from its memory safety features, speed, and reliability, Rust also offers zero-cost abstractions, which makes it ideal for blockchain design. Popular Rust-based blockchains include Lighthouse and OpenEthereum.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-flash-player-emulator\"><a href=\"https:\/\/ruffle.rs\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Flash Player Emulator<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Programming, Clearance<\/li><\/ul>\n\n\n\n<p>Adobe Flash Player allows you to access videos, audio, games, and other forms of media on computers and mobile devices. However, system updates may render this popular tool useless. Here\u2019s where a flash player emulator like Ruffle, an open source project written in Rust, comes in handy. For this project, your challenge is to build a clone of Ruffle to put your Rust skills to the test.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-graphical-user-interface\"><a href=\"https:\/\/dev.to\/davidedelpapa\/rust-gui-introduction-a-k-a-the-state-of-rust-gui-libraries-as-of-january-2021-40gl\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Graphical User Interface<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Rust Skills Practiced: <\/strong>Coding, Wireframing, Prototyping<\/li><\/ul>\n\n\n\n<p>A GUI enables users to interact with electronic devices. For example, the ability to move the pointer around on your computer and click buttons relies on the GUI framework. In this project, you will leverage popular Rust libraries like Druid, Iced, and OrbTK to develop a GUI.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-rust-starter-project-templates\">Rust Starter Project Templates<\/h2>\n\n\n\n<p>Rust starter project templates will save you time and lines of code. These templates are perfect for beginners who need additional guidance to get started. Below, we consider four Rust templates that will come in handy during your projects.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/yew.rs\/getting-started\/starter-templates\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\"><strong>Yew Starter Templates<\/strong><\/a>. These templates use Trunk, WebAssembly, and other Rust features to help you develop your applications. There are several formats to choose from, including minimal and parcel.&nbsp;<\/li><li><a href=\"https:\/\/developers.facebook.com\/blog\/post\/2020\/06\/03\/build-smart-bookmarking-tool-rust-rocket\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\"><strong>Smart Bookmarking Template by Facebook<\/strong><\/a>. Meta for Developers features this detailed template for building a smart bookmarking tool using Rust and Rocket.<\/li><li><a href=\"https:\/\/rust-starter.github.io\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\"><strong>Rust-starter<\/strong><\/a>. This template is an open command-line interface (CLI) application with libraries to help you develop Rust projects. In addition, the template is well-documented, making it perfect for an amateur application developer.<\/li><li><a href=\"https:\/\/rustrepo.com\/repo\/secretkeysio-jelly-actix-web-starter\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\"><strong>Jelly Actix Web Starter<\/strong><\/a><strong>. <\/strong>This template works well for web applications that require user account authentication, background jobs, and asynchronous databases. It acts as a bridge between front end and backend services.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-next-steps-organizing-your-rust-portfolio\">Next Steps: Organizing Your Rust Portfolio<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2021\/11\/rust-portfolio.jpeg\" alt=\"An engineer testing a vehicle\u2019s sound system using an application on a laptop.\" class=\"wp-image-93912\"\/><figcaption>Rust projects facilitate the development of fast and flexible web and desktop applications.<\/figcaption><\/figure>\n\n\n\n<p>Professional portfolios give potential employers insight into your work and skill level. When putting together your online Rust portfolio, follow these tips to improve your candidacy for any job.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-focus-on-your-best-work\">Focus On Your Best Work<\/h3>\n\n\n\n<p>By the time you start working on your portfolio, you probably have at least a dozen projects under your belt. However, not everything should be uploaded to your professional portfolio. Instead, include strictly the projects that you are most proud of to show your audience the extent of your skillset.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-draft-short-and-apt-project-descriptions\">Draft Short and Apt Project Descriptions<\/h3>\n\n\n\n<p>Each project should have a brief description in which you explain its requirements, the tools and techniques you used, and the skills you practiced. Keep these descriptions concise and free of unnecessary jargon as potential employers may not be familiar with advanced technical terms.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-add-your-resume\">Add Your Resume<\/h3>\n\n\n\n<p>Your portfolio site should also include a page that displays your education and relevant work experience. Recruiters are interested in your academic background, employment history, and skills to see if you are a good fit for the job. This page is a good place to link to your LinkedIn profile.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-rust-projects-faqs\">Rust Projects FAQs<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1638313159119\"><strong class=\"schema-faq-question\"><strong>Is Rust reliable for large-scale projects?<\/strong><\/strong> <p class=\"schema-faq-answer\">Yes, it is. Rust has become more popular for web and desktop application projects. It is fast, safe, and accommodates a wide range of application types. It is a key element of many backend applications.<br\/><br\/><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1638313169327\"><strong class=\"schema-faq-question\"><strong>Is Rust a programming language?<\/strong><\/strong> <p class=\"schema-faq-answer\">Yes. Rust is a high-level, general-purpose programming language known for its high performance and memory safety features. It also has excellent documentation, which makes it ideal for software application development.<br\/><br\/><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1638313176877\"><strong class=\"schema-faq-question\"><strong>Should I learn Rust in 2021?<\/strong><\/strong> <p class=\"schema-faq-answer\">Yes, you should. Due to its outstanding performance, Rust is slowly becoming the go-to programming language for most projects. Learning this language will give you access to coveted career opportunities and a chance to work on many types of projects.<br\/><br\/><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1638313185724\"><strong class=\"schema-faq-question\"><strong>What is the best way to learn Rust?<\/strong><\/strong> <p class=\"schema-faq-answer\">Rust is among <a href=\"https:\/\/careerkarma.com\/blog\/easiest-programming-languages-to-learn\/\">the easiest languages to learn<\/a>. The best way to learn it is to understand the Rust ecosystem and its practices. You can read books on Rust, take online courses, or enroll in a Rust coding bootcamp. Once you understand all aspects of the framework, you can work on beginner-friendly Rust projects to test your skills.<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"Rust is a popular general-purpose programming language that can run on embedded systems. It\u2019s memory-efficient, fast, and guarantees memory safety. In addition, Rust has excellent documentation. This language is used alongside Rust Compiler and Cargo, which are efficient troubleshooting and management tools for your projects.&nbsp;&nbsp; The best method to grow and solidify your Rust skills&hellip;","protected":false},"author":123,"featured_media":93911,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[50460],"tags":[],"class_list":{"0":"post-93910","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-tech-resources"},"acf":{"post_sub_title":"","sprint_id":"November 8, 21","query_class":"*subject-projects","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":null,"is_sponser_post":"","is_guest_post":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Rust Projects<\/title>\n<meta name=\"description\" content=\"Rust is a popular programming language due to its performance and safety features. Working on Rust projects is the best way to enhance your skills with this language. In this article, we introduce you to Rust project ideas for beginner, intermediate, and advanced learners.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/rust-projects\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top Rust Projects to Sharpen Your Skills and Build Your Rust Portfolio\" \/>\n<meta property=\"og:description\" content=\"Rust is a popular programming language due to its performance and safety features. Working on Rust projects is the best way to enhance your skills with this language. In this article, we introduce you to Rust project ideas for beginner, intermediate, and advanced learners.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/rust-projects\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-30T23:02:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-30T23:02:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2021\/11\/rust-projects.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Shalom Kamau\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"If you are interested in the Rust programming language, the best way to boost your skills and land a high-paying #Coding job is by practicing. We have compiled a list of interesting project ideas for beginner, intermediate, and advanced learners who want to improve their Rust skills.\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shalom Kamau\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/\"},\"author\":{\"name\":\"Shalom Kamau\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/8a1e03e00efd9cdc603a2340f4fe8bde\"},\"headline\":\"Top Rust Projects to Sharpen Your Skills and Build Your Rust Portfolio\",\"datePublished\":\"2021-11-30T23:02:48+00:00\",\"dateModified\":\"2021-11-30T23:02:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/\"},\"wordCount\":2090,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/rust-projects.jpeg\",\"articleSection\":[\"Tech Resources\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/\",\"name\":\"Rust Projects\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/rust-projects.jpeg\",\"datePublished\":\"2021-11-30T23:02:48+00:00\",\"dateModified\":\"2021-11-30T23:02:53+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/8a1e03e00efd9cdc603a2340f4fe8bde\"},\"description\":\"Rust is a popular programming language due to its performance and safety features. Working on Rust projects is the best way to enhance your skills with this language. In this article, we introduce you to Rust project ideas for beginner, intermediate, and advanced learners.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313159119\"},{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313169327\"},{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313176877\"},{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313185724\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#primaryimage\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/rust-projects.jpeg\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/rust-projects.jpeg\",\"width\":1200,\"height\":800,\"caption\":\"Smiling man holding a sticky note with the word \u201ccode\u201d written on it.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Career Advice\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/career-advice\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Top Rust Projects to Sharpen Your Skills and Build Your Rust Portfolio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/8a1e03e00efd9cdc603a2340f4fe8bde\",\"name\":\"Shalom Kamau\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/Shalom-2.png\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/Shalom-2.png\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/Shalom-2.png\",\"caption\":\"Shalom Kamau\"},\"description\":\"Shalom is a career freelance writer whose work has appeared online at Ledmond and Watotolove. She holds a Bachelor of Arts in Theatre Arts and Film Technology from Kenyatta University. She also has a copywriting certificate from DigitalMarketer.\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/shalom-kamau-6406343a\\\/\"],\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/author\\\/shalom-kamau\\\/\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313159119\",\"position\":1,\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313159119\",\"name\":\"Is Rust reliable for large-scale projects?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, it is. Rust has become more popular for web and desktop application projects. It is fast, safe, and accommodates a wide range of application types. It is a key element of many backend applications.<br\\\/><br\\\/>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313169327\",\"position\":2,\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313169327\",\"name\":\"Is Rust a programming language?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Rust is a high-level, general-purpose programming language known for its high performance and memory safety features. It also has excellent documentation, which makes it ideal for software application development.<br\\\/><br\\\/>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313176877\",\"position\":3,\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313176877\",\"name\":\"Should I learn Rust in 2021?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, you should. Due to its outstanding performance, Rust is slowly becoming the go-to programming language for most projects. Learning this language will give you access to coveted career opportunities and a chance to work on many types of projects.<br\\\/><br\\\/>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313185724\",\"position\":4,\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/rust-projects\\\/#faq-question-1638313185724\",\"name\":\"What is the best way to learn Rust?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Rust is among <a href=\\\"https:\\\/\\\/careerkarma.com\\\/blog\\\/easiest-programming-languages-to-learn\\\/\\\">the easiest languages to learn<\\\/a>. The best way to learn it is to understand the Rust ecosystem and its practices. You can read books on Rust, take online courses, or enroll in a Rust coding bootcamp. Once you understand all aspects of the framework, you can work on beginner-friendly Rust projects to test your skills.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Rust Projects","description":"Rust is a popular programming language due to its performance and safety features. Working on Rust projects is the best way to enhance your skills with this language. In this article, we introduce you to Rust project ideas for beginner, intermediate, and advanced learners.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/careerkarma.com\/blog\/rust-projects\/","og_locale":"en_US","og_type":"article","og_title":"Top Rust Projects to Sharpen Your Skills and Build Your Rust Portfolio","og_description":"Rust is a popular programming language due to its performance and safety features. Working on Rust projects is the best way to enhance your skills with this language. In this article, we introduce you to Rust project ideas for beginner, intermediate, and advanced learners.","og_url":"https:\/\/careerkarma.com\/blog\/rust-projects\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2021-11-30T23:02:48+00:00","article_modified_time":"2021-11-30T23:02:53+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2021\/11\/rust-projects.jpeg","type":"image\/jpeg"}],"author":"Shalom Kamau","twitter_card":"summary_large_image","twitter_description":"If you are interested in the Rust programming language, the best way to boost your skills and land a high-paying #Coding job is by practicing. We have compiled a list of interesting project ideas for beginner, intermediate, and advanced learners who want to improve their Rust skills.","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"Shalom Kamau","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/"},"author":{"name":"Shalom Kamau","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/8a1e03e00efd9cdc603a2340f4fe8bde"},"headline":"Top Rust Projects to Sharpen Your Skills and Build Your Rust Portfolio","datePublished":"2021-11-30T23:02:48+00:00","dateModified":"2021-11-30T23:02:53+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/"},"wordCount":2090,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2021\/11\/rust-projects.jpeg","articleSection":["Tech Resources"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/rust-projects\/#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/","url":"https:\/\/careerkarma.com\/blog\/rust-projects\/","name":"Rust Projects","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2021\/11\/rust-projects.jpeg","datePublished":"2021-11-30T23:02:48+00:00","dateModified":"2021-11-30T23:02:53+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/8a1e03e00efd9cdc603a2340f4fe8bde"},"description":"Rust is a popular programming language due to its performance and safety features. Working on Rust projects is the best way to enhance your skills with this language. In this article, we introduce you to Rust project ideas for beginner, intermediate, and advanced learners.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313159119"},{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313169327"},{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313176877"},{"@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313185724"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/rust-projects\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2021\/11\/rust-projects.jpeg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2021\/11\/rust-projects.jpeg","width":1200,"height":800,"caption":"Smiling man holding a sticky note with the word \u201ccode\u201d written on it."},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Career Advice","item":"https:\/\/careerkarma.com\/blog\/career-advice\/"},{"@type":"ListItem","position":3,"name":"Top Rust Projects to Sharpen Your Skills and Build Your Rust Portfolio"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/8a1e03e00efd9cdc603a2340f4fe8bde","name":"Shalom Kamau","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2022\/04\/Shalom-2.png","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2022\/04\/Shalom-2.png","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2022\/04\/Shalom-2.png","caption":"Shalom Kamau"},"description":"Shalom is a career freelance writer whose work has appeared online at Ledmond and Watotolove. She holds a Bachelor of Arts in Theatre Arts and Film Technology from Kenyatta University. She also has a copywriting certificate from DigitalMarketer.","sameAs":["https:\/\/www.linkedin.com\/in\/shalom-kamau-6406343a\/"],"url":"https:\/\/careerkarma.com\/blog\/author\/shalom-kamau\/"},{"@type":"Question","@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313159119","position":1,"url":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313159119","name":"Is Rust reliable for large-scale projects?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes, it is. Rust has become more popular for web and desktop application projects. It is fast, safe, and accommodates a wide range of application types. It is a key element of many backend applications.<br\/><br\/>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313169327","position":2,"url":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313169327","name":"Is Rust a programming language?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes. Rust is a high-level, general-purpose programming language known for its high performance and memory safety features. It also has excellent documentation, which makes it ideal for software application development.<br\/><br\/>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313176877","position":3,"url":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313176877","name":"Should I learn Rust in 2021?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes, you should. Due to its outstanding performance, Rust is slowly becoming the go-to programming language for most projects. Learning this language will give you access to coveted career opportunities and a chance to work on many types of projects.<br\/><br\/>","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313185724","position":4,"url":"https:\/\/careerkarma.com\/blog\/rust-projects\/#faq-question-1638313185724","name":"What is the best way to learn Rust?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Rust is among <a href=\"https:\/\/careerkarma.com\/blog\/easiest-programming-languages-to-learn\/\">the easiest languages to learn<\/a>. The best way to learn it is to understand the Rust ecosystem and its practices. You can read books on Rust, take online courses, or enroll in a Rust coding bootcamp. Once you understand all aspects of the framework, you can work on beginner-friendly Rust projects to test your skills.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/93910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/123"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=93910"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/93910\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/93911"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=93910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=93910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=93910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}