Skip to content

Instantly share code, notes, and snippets.

@dvigneshwer
Last active April 13, 2018 17:31
Show Gist options
  • Save dvigneshwer/251bbdb72e4c0c1c7679f8e8762ed7fe to your computer and use it in GitHub Desktop.
Save dvigneshwer/251bbdb72e4c0c1c7679f8e8762ed7fe to your computer and use it in GitHub Desktop.
ACCU 2018 Rust session links

Wasm Demo:

Wasm and Rust tutorials: https://rust-lang-nursery.github.io/rust-wasm/hello-world.html

Rustup tool: https://github.com/rust-lang-nursery/rustup.rs

Linkage: https://doc.rust-lang.org/reference/linkage.html

Wasm-bindgen https://github.com/rustwasm/wasm-bindgen

Rust Talks

Rayon https://www.youtube.com/watch?v=gof_OEv71Aw

Concurrency in Rust https://www.youtube.com/watch?v=SiUBdUE7xnA

How I Convinced the World's Largest Package Manager to Use Rust, and So Can You! https://www.youtube.com/watch?v=GCsxYAxw3JQ

Rust + Neon https://www.youtube.com/watch?v=jINMIAicaS0

Further Reading

The Rust book https://doc.rust-lang.org/book/

Follow Rust on Twitter:

@rustlang @ThisWeekInRust

Main Rust IRC Channels:

  • #rust
  • #rust-community

Join Rust Websites:

  • rust-lang.org
  • rustbyexample.com
  • rustaceans.org
  • reddit.com/r/rust/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment