diff --git a/Rust/rust_resources.md b/Rust/rust_resources.md index c8f290c7..b5bee5dc 100644 --- a/Rust/rust_resources.md +++ b/Rust/rust_resources.md @@ -16,8 +16,12 @@ category: Languages - [Podcasts](#podcasts) - [Books](#books) +[⬆ Back to Top](#index) + ## Documentation +[⬆ Back to Top](#index) + ##### These are highly suggested bookmarks_ - [The Rust Programming Language - Rust Documentation](https://doc.rust-lang.org/book/) - [The Rustonomicon - The Dark Arts of Advanced and Unsafe Rust Programming](https://doc.rust-lang.org/nightly/nomicon/) @@ -25,6 +29,8 @@ category: Languages - [Rust by Example](http://rustbyexample.com/) +[⬆ Back to Top](#index) + ## Courses - Videos: @@ -41,6 +47,8 @@ category: Languages - [Rust Exercises](http://exercism.io/languages/rust) +[⬆ Back to Top](#index) + ## Blogs - [Andrew Gallant](http://blog.burntsushi.net/) @@ -51,6 +59,8 @@ category: Languages - [Jonathon Turner](http://www.jonathanturner.org/) +[⬆ Back to Top](#index) + ## Community - [Rust Team](http://www.rust-lang.org/team.html) and [Servo Team](https://github.com/orgs/servo/people) @@ -58,12 +68,16 @@ category: Languages - News: [This Week in Rust](https://this-week-in-rust.org/), [This Week in Rust Docs](http://guillaumegomez.github.io/this-week-in-rust-docs/) +[⬆ Back to Top](#index) + ## Playground - [Rust Playground](https://play.rust-lang.org) - [Alternative Playground](http://play.integer32.com/) +[⬆ Back to Top](#index) + ## Podcasts - [New Rustacean](http://www.newrustacean.com) @@ -72,6 +86,8 @@ category: Languages - [Rusty Spike](https://rusty-spike.blubrry.net/) +[⬆ Back to Top](#index) + ## Books **Paid** @@ -89,6 +105,8 @@ category: Languages - [Why Rust? | Rust Basics](https://dumindu.gitbooks.io/rust-basics/content/why_rust.html) - [Why Rust? - O'Reilly Media](http://www.oreilly.com/programming/free/why-rust.csp) +[⬆ Back to Top](#index) + ## Frameworks * [Yew](https://yew.rs/) * [stdweb](https://github.com/koute/stdweb) @@ -100,3 +118,4 @@ category: Languages * [TAURI](https://github.com/tauri-apps/tauri) * [ACTIX WEB](https://github.com/actix/actix-web) +[⬆ Back to Top](#index)