Rust Match Expressions and Patterns 🦀

Sdílet
Vložit
  • čas přidán 26. 08. 2024
  • Let's explore the Rust "match" control flow expression, along with Rust "patterns!" These two concepts work jointly, to enable an alternative to lengthy if..else if..else statements. Rust provides many different types of pattern syntaxes, so let's explore a few of them for starters!
    🤯 Rust Programming Playlist 🦀 • Rust Programming Tutor...
    📖 Rust Match Expression: doc.rust-lang....
    📖 Rust Patterns: doc.rust-lang....
    Visual Studio Code ➡️ code.visualstu...
    Rust Website ➡️ rust-lang.org
    Rustup Installer ➡️ rustup.rs
    Rust Docs ➡️ doc.rust-lang....
    Please follow me on these other social channels!
    ➡️ trevorsullivan...
    ➡️ github.com/pcg...
    ➡️ / pcgeek86
    ➡️ / trevorsullivan
    ➡️ / trevorsoftware
    ➡️ tiktok.com/pcg...
    All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names,trademarks and brands does not imply endorsement.
    #opensource #software #linux #devops #programming #rusty #rustdev #dev #coding #codinglife #code #coder #ubuntu #ubuntulinux #appdev #rustlang #rust #developer

Komentáře • 15

  • @TrevorSullivan
    @TrevorSullivan  Před rokem +2

    Check out the full Rust 🦀 programming playlist! czcams.com/play/PLDbRgZ0OOEpUkWDGqp91ODn0dk7LPBAUL.html

  • @simonkalu
    @simonkalu Před 5 měsíci +1

    You're indeed a teacher. Keep moving... You're one of the best out there!

  • @DrSmogler
    @DrSmogler Před 10 měsíci +1

    Really enjoying this series. Blown away by the quality. I hope you pick up a lot more views and subs.
    I have recommended your playlist to my friends

    • @TrevorSullivan
      @TrevorSullivan  Před 10 měsíci +1

      Thank you for your support!! I'm glad this series helped you! 🦀

  • @sval4020
    @sval4020 Před 4 měsíci +1

    The series is amazing! Keep doing it, man! You are an inspiration and a great teacher! I hope you get much more subs, because you deserve it!

    • @TrevorSullivan
      @TrevorSullivan  Před 4 měsíci

      Thank you!! I'm glad you enjoyed this series. I plan on adding more to it, but I don't have a lot of time. 🦀 Enjoy writing Rust code!

  • @saeedhemmati1593
    @saeedhemmati1593 Před 8 měsíci +1

    Thanks for your tutorials.I learned a lot things about Rust language

  • @pankajsingh7223
    @pankajsingh7223 Před 4 měsíci

    i am watching this series from starting really getting more and more

    • @TrevorSullivan
      @TrevorSullivan  Před 4 měsíci +1

      Thank you, Pankaj! I hope you learn a lot and enjoy writing Rust! 🦀

  • @sarmontkemerli9971
    @sarmontkemerli9971 Před 10 měsíci

    Thanks a lot. I'm learning Rust as a First language and your videos were immensly helpful for me

    • @TrevorSullivan
      @TrevorSullivan  Před 10 měsíci +1

      I'm glad you're learning Rust! Go forth and build some cool applications! 🦀

  • @fun-damentals6354
    @fun-damentals6354 Před 2 měsíci

    i believe it doesnt give a warning for the 1..=36 because some part of the pattern can still be reached. only 0 and 5 are unreachable

  • @justinhirsh
    @justinhirsh Před rokem

    Very helpful!

  • @skull_cyber
    @skull_cyber Před 5 měsíci +1

    Your videos are great but it would be more great if you explain what things do and use some easy than medium than hard examples.

    • @teefus1
      @teefus1 Před 4 měsíci

      but this is considered easy..