Rust Videos

Rust Macros

General

  1. Rust's Most Important Containers | 10 Useful Patterns
  2. Rust Powered Polymorphism | With Traits
  3. Reversible Debugging of Rust with 'rr'
  4. Moving beyond Arc> - Katharina Fey
  5. Network Programming in Rust - Building a TCP Server
  6. Constant fun (const fn) with Rust - Rainer Stropek - Rust Linz June 2022 (this seems very good to me, but requires patience)
  7. Advanced Traits in Rust
  8. Type Driven API Design in Rust
  9. Boxes, Heaps, and Stacks - Tim McNamara - Rust Linz, September 2022
  10. RPCs
  11. Crust of Rust: Functions, Closures, and Their Traits
  12. Breaking Rust's memory safety with 1 line of code
  13. Build with Naz - Rust polymorphism, dyn, impl, using existing traits, testing, reuse
  14. Rust Memory Model Explained: Stack vs Heap (with Animations)
  15. Dioxus - cross-platform UI development in Rust
  16. Subtyping and Variance
  17. Introducing Ratatui: A Rust library to cook up terminal user interfaces — FOSDEM 2024
  18. How to read complicated Rust types
  19. Rust Tests
  20. API Conference 2023: Building Web APIs in Rust With Axum
  21. Strings, Struct, List and Arrays with Python | Rust Polars Data Frame
  22. Regression Trees and the complexity parameter
  23. A Data Scientist's Guide to the Rust Programming Language | Sussex Data Science
  24. Develop A Simple Todo App With Rust And Dioxus Using SQLite
  25. Rust Modules
  26. Is Rust the New King of Data Science?
  27. ASMR Programming - Full Stack Rust - Pomodoro Desktop App (No Talking)
  28. Rust versus Python and Julia to calculate word frequencies
  29. Actix (Rust) vs Zap (Zig) vs Zig: Performance (Latency - Throughput - Saturation - Availability)
  30. Rust vs 7 Other Languages You Probably Haven't Tried
  31. Rust vs C++ with Steve Klabnik and Herb Sutter
  32. Rust: Generics, Traits, Lifetimes
  33. Magdeburger DevDays: Why I Think Everybody Should Learn Rust
  34. A Data Scientist's Guide to the Rust Programming Language | Sussex Data Science
  35. Polars: Blazingly Fast DataFrames in Rust and Python
  36. The Actor Model
  37. Rust and 7 other languages
  38. Data Wrangling
  39. Regression Trees and the complexity parameter
  40. Using polymorphic async closures in rust
  41. Rust Lifetimes Finally Explained!
  42. Rust Match Expressions and Patterns
  43. Visualizing memory layout of Rust's data types
  44. Breaking Rust's memory safety with 1 line of code
  45. Fundamentals of asynchronous Execution | Advanced Rust Part 5
  46. Rust Match Expressions and Patterns
  47. Getting started with Tokio. The ultimate starter guide to writing async Rust.
  48. Build A Full Stack Chatbot in Rust (feat. Leptos & Rustformers)
  49. Rust's iterators are more interesting than they look
  50. 8 deadly mistakes beginner Rust developers make
  51. 1 Hour Dive into Asynchronous Rust
  52. Rust Fullstack alleged information
  53. Asynchronous Rust: Tokio's Runtime Customization
  54. Error Handling in Rust
  55. Deploy A Dioxus Web Application To Cloudflare, Render And A VPS
  56. Constructors Are Broken
  57. Visualizing memory layout of Rust's data types [See description/first comment]
  58. 5 Essential Rust Design Patterns to Write Better Code
  59. 5 deadly Rust anti-patterns to avoid
  60. Rust's For Loop Is Smarter Than You Think | Advanced Rust Part 12