From 7e8d7d0cc6ed2702f4b027d7562b316cf4a60d6b Mon Sep 17 00:00:00 2001 From: LinearArray <158163992+LinearArray@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:19:31 +0530 Subject: [PATCH] Update index.json --- languages/rust/index.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/languages/rust/index.json b/languages/rust/index.json index ae1f48c..879c8ef 100644 --- a/languages/rust/index.json +++ b/languages/rust/index.json @@ -3,109 +3,109 @@ { "title": "The Rust Book", "url": "https://doc.rust-lang.org/stable/book/", - "type": "e-Book", + "type": "book", "level": "Beginner" }, { "title": "Exercism", "url": "https://exercism.io/tracks/rust", - "type": "online learning platform", + "type": "website", "level": "Beginner" }, { "title": "Rust by Example", "url": "https://doc.rust-lang.org/stable/rust-byexample/", - "type": "e-Book", + "type": "book", "level": "Beginner" }, { "title": "Rustlings", "url": "https://rustlings.cool/", - "type": "Interactive Learning", + "type": "website", "level": "Beginner" }, { "title": "Rust Learning", "url": "https://github.com/ctjhoa/rust-learning", - "type": "Article/Blogs Index", + "type": "website", "level": "Beginner" }, { "title": "Rust Cookbook", "url": "https://rust-lang-nursery.github.io/rust-cookbook/", - "type": "e-Book", + "type": "book", "level": "Beginner" }, { "title": "stdx", "url": "https://github.com/brson/stdx", - "type": "Article", + "type": "website", "level": "Beginner" }, { "title": "LetsGetRusty", "url": "https://youtube.com/playlist?list=PLai5B987bZ9CoVRQEIN9foz4QCJ0H2Y8&si=-YH7bYkgwtmKtU0", - "type": "YouTube Video", + "type": "tutorial", "level": "Beginner" }, { "title": "Idiomatic-rust", "url": "https://corrode.dev/idiomatic-rust/", - "type": "Article Index", + "type": "website", "level": "Mixed" }, { "title": "Rust for Rustaceans", "url": "https://rust-for-rustaceans.com/", - "type": "Book", + "type": "book", "level": "Intermediate" }, { "title": "Crust of Rust", "url": "https://www.youtube.com/watch?v=rAl9HwD858&list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa", - "type": "YouTube Video", + "type": "tutorial", "level": "Intermediate" }, { "title": "Code Crafters", "url": "https://codecrafters.io/", - "type": "Self learning", + "type": "tutorial", "level": "Intermediate" }, { "title": "Advent Of Code", "url": "https://fasterthanli.me/series/advent-of-code-2022", - "type": "Article Series", + "type": "website", "level": "Intermediate" }, { "title": "Atomics and Locks", "url": "https://marabos.nl/atomics/", - "type": "Book", + "type": "book", "level": "Intermediate" }, { "title": "Writing an OS in Rust", "url": "https://os.phil-opp.com/", - "type": "Article Series", + "type": "website", "level": "Expert" }, { "title": "Rustacean Station", "url": "https://rustacean-station.org/", - "type": "Podcast", + "type": "podcast", "level": "Mixed" }, { "title": "Tokio Tutorial", "url": "https://tokio.rs/tokio/tutorial/", - "type": "Tutorial", + "type": "tutorial", "level": "Intermediate" }, { "title": "Rust Design Patterns", "url": "https://docs.rs/rust_design_patterns/0.10.0/rust_design_patterns/", - "type": "Documentation", + "type": "website", "level": "Advanced" } ]