Rust Videos

Rust Macros

General

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