Skip to content

Commit

Permalink
Update index.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LinearArray authored Mar 11, 2024
1 parent db57218 commit 7e8d7d0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions languages/rust/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down

0 comments on commit 7e8d7d0

Please # to comment.