Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. # youtube-download -a <this file> -o "%(autonumber)s-%(title)s.%(ext)s"
  2. # (or some other format you prefer)
  3. # opening keynote
  4. https://www.youtube.com/watch?v=FSrQX4uYuOM
  5. # class fixes: you become the rust compiler
  6. https://www.youtube.com/watch?v=8rlai-F-_1o
  7. # messing around with fn main()
  8. https://www.youtube.com/watch?v=9MkZa70pfC4
  9. # towards an open ecosystem of empowered ui development
  10. https://www.youtube.com/watch?v=tmM756XZt20
  11. # syscalls for rustaceans
  12. https://www.youtube.com/watch?v=G0e2lVENaCU
  13. # is this magic? ferris explores rustic
  14. https://www.youtube.com/watch?v=KJ-V2BOtZnM
  15. # tokio-trace: scoped, structured, async-aware diagnostics
  16. https://www.youtube.com/watch?v=JjItsfqFIdo
  17. # monotron: retro computer in embedded rust
  18. https://www.youtube.com/watch?v=PXaSUiGgyEw
  19. # taking constant evaluation to the limit
  20. https://www.youtube.com/watch?v=wkXNm_qo8aY
  21. # rust for weld, a high-performance parallel jit
  22. https://www.youtube.com/watch?v=AZsgdCEQjFo
  23. # from electron to wasm to rust
  24. https://www.youtube.com/watch?v=lLzFJenzBng
  25. # bringing rust home to meet my parents
  26. https://www.youtube.com/watch?v=kylqq8pEgRs
  27. # the symbiotic relationship of C++ and Rust
  28. https://www.youtube.com/watch?v=YZomx3Jt4Xs
  29. # flatulences, crystals, and happy little accidents
  30. https://www.youtube.com/watch?v=Ho3xr4b60Zg
  31. # the rust 2018 module system
  32. https://www.youtube.com/watch?v=AN9FoZgLcFg
  33. # closing keynote
  34. https://www.youtube.com/watch?v=KFpU30xluxo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement