Rust 1.73.0

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 37

  • @letsgetrusty
    @letsgetrusty  Рік тому

    📝Get your *FREE Rust cheat sheet* :
    letsgetrusty.com/cheatsheet

    • @mad2959
      @mad2959 Рік тому

      what happened to golang dojo?

    • @ayazgv
      @ayazgv Рік тому

      nothing happened

    • @mad2959
      @mad2959 Рік тому

      I know that nothing happened to golang dojo youtube channel...but I found that this channel(Let's Get Rusty) is somehow related to dojo. I wonder what going on with dojo cause it sells bootcamps but recently webpage, discord and weekly update dissappeared. I can't even contact with Wallace.@@ayazgv

  • @linkernick5379
    @linkernick5379 Рік тому +4

    I do not always have time to read Rust team's notes, and your channel is great source of the news. Thank you for verbalizing and presenting them in this very informative way.

  • @spoomer94
    @spoomer94 Рік тому +2

    coding on java, tried rust a bit, but aprreciate much what you are doing on your channel
    So concise and useful explanation about new lang features make me happy
    good job, thank you

  • @danygagnon8446
    @danygagnon8446 Рік тому +16

    Wait, I saw on github that async trait is becoming a thing. I am looking forward to it.

    • @danygagnon8446
      @danygagnon8446 Рік тому +3

      By the way, thanks for all your videos. It's very educational

    • @MrHirenP
      @MrHirenP Рік тому

      Interesting. Is this different from async keyword that returns Future?

    • @skoczek8113
      @skoczek8113 Рік тому +3

      @@MrHirenP Currently it's not possible to define an async function inside a trait. At least not without using the async_trait crate which provides a macro that does a workaround to make it sort of possible, but not exactly

    • @letsgetrusty
      @letsgetrusty  Рік тому +1

      @@danygagnon8446 Thank you for watching! :)

  • @kanuos
    @kanuos Рік тому +1

    I liked the with keyword. Seemed like an explicit indication that I'm working with a thread local variable. But 10 keystrokes saved is nice as well I suppose.

    • @Baptistetriple0
      @Baptistetriple0 Рік тому

      there is the `with_borrow(_mut)` method that has been stabilized withit, for `LocalKey` wich directly borrow the RefCell for you, it's some nice DX improvementif you use thread_local a lot

  • @adialwaysup8184
    @adialwaysup8184 Рік тому

    I'm still waiting for HPC standard implementations like OpenMP in rust. I hate working with C++, but there's no option (at least macro level) to do this in rust.

  • @31redorange08
    @31redorange08 Рік тому +4

    Why do you say that you added a link to the blog post when you in fact didn't? 🤔

  • @FineWine-v4.0
    @FineWine-v4.0 Рік тому

    BTW, I found this cool little thing called PIJUL, think Git but built-in RUST
    Very simple & easy-to-scale & FOSS
    (I can't post any links here cuz YT)

  • @oleksiistri8429
    @oleksiistri8429 Рік тому

    dividing error messages onto multiple lines is a big mistake!

  • @rust_embedded
    @rust_embedded Рік тому

    🎉

  • @sadunozer2241
    @sadunozer2241 Рік тому

    Füft 🎉

  • @jimitsoni18
    @jimitsoni18 Рік тому

    Tenth first

  • @freeudon
    @freeudon Рік тому

    11th first

  • @Mempler
    @Mempler Рік тому +2

    Third first.

  • @TheD3adlysin
    @TheD3adlysin Рік тому +1

    Also first.

  • @itellyouforfree7238
    @itellyouforfree7238 Рік тому

    First!

  • @PranshuTheGamer
    @PranshuTheGamer Рік тому

    third

  • @achmedabadoba5478
    @achmedabadoba5478 Рік тому +2

    Stay rusty... Yeah i just Starter some minor programs in Rust, but also i started to hate the language. Everything is mega complicated and hard to learn

    • @oxey_
      @oxey_ Рік тому

      yeah it's got a pretty steep learning curve, but that goes for all systems programming languages. I will say that rust forces a lot of learning upfront though, so while the learning curve is very steep initially it does flatten off quite quickly as well.
      At the end of the day depending on what your goals are you really don't have to use it though, it's not like there's many jobs with it yet anyway

    • @achmedabadoba5478
      @achmedabadoba5478 Рік тому

      @@oxey_ Thanks for encouraging. I was just trying some Backend stuff like sql, http requets deserialization, console io. I bot stuck at so many Points. Also failed at compiling some Rocket crates, which for me should "just work". Now i think i will not invest more time and wait another 5 Yeats until those frameworks are more soffistcated and stable.

    • @MichaFita
      @MichaFita Рік тому

      Is it because it's a lot to unlearn?
      I start to think people who find Rust hard to learn aren't coined to be programmers (no offence - it's just conclusion).
      Rust is complicated, but C++ is as well - its features have more sense than in C++, however.

    • @achmedabadoba5478
      @achmedabadoba5478 Рік тому

      @@MichaFita cmmon Micha, doing stuft with C++ is purr masochism for everything but some nieche fields.

    • @stdprocedure
      @stdprocedure Рік тому

      let us know what is your doubts, we will be happy to clear your doubts about the programming language and how you should design thing

  • @cat47
    @cat47 Рік тому

    first