Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rust_resources.md #514

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Rust/rust_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,21 @@ 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/)
- [Rust Guidelines](http://aturon.github.io/)
- [Rust by Example](http://rustbyexample.com/)


[⬆ Back to Top](#index)

## Courses

- Videos:
Expand All @@ -41,6 +47,8 @@ category: Languages
- [Rust Exercises](http://exercism.io/languages/rust)


[⬆ Back to Top](#index)

## Blogs

- [Andrew Gallant](http://blog.burntsushi.net/)
Expand All @@ -51,19 +59,25 @@ 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)
- Events: [RustCamp](http://rustcamp.com/), [RustFest](http://www.rustfest.eu/), [RustConf](http://rustconf.com/), [Rust Belt Rust](http://www.rust-belt-rust.com/)
- 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)
Expand All @@ -72,6 +86,8 @@ category: Languages
- [Rusty Spike](https://rusty-spike.blubrry.net/)


[⬆ Back to Top](#index)

## Books

**Paid**
Expand All @@ -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)
Expand All @@ -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)