Print | Learn Rust part 2

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

Комментарии • 13

  • @smartcontractprogrammer
    @smartcontractprogrammer  Месяц назад +2

    0:00 print
    4:44 cargo fmt
    Code github.com/t4sk/hello-rust
    Course www.smartcontract.engineer/

  • @matteotambussi
    @matteotambussi Месяц назад

    thanks for this Tz! much needed

  • @ismailmoazami7586
    @ismailmoazami7586 Месяц назад

    Thanks for this amazing contents. keep going...

  • @yashgarg8180
    @yashgarg8180 Месяц назад

    The course I have been waiting for so long!

  • @JoyontoRoy-xo7ob
    @JoyontoRoy-xo7ob 29 дней назад

    Please complete all the main concept of Rust Language in details..

  • @0xFlamingoo
    @0xFlamingoo Месяц назад

    quick question : this course is oriented towards web2 or web3?, like solana development or just like any other web2 backend course
    ?

    • @smartcontractprogrammer
      @smartcontractprogrammer  Месяц назад +1

      web2. I focus on the syntax and concepts
      Knowing Rust will help you quickly pick up coding in Solana and Starknet.

  • @AindriuMacGiollaEoin
    @AindriuMacGiollaEoin 21 день назад

    playlist in reverse order

  • @toriamfoobar
    @toriamfoobar 12 дней назад

    I don't get the exclamation point after println, why it's needed? Thanks in advance

    • @smartcontractprogrammer
      @smartcontractprogrammer  11 дней назад +1

      it means the function is actually a macro.
      Macros are code that generate more code during compilation.
      Here println! will generate code so that the inputs to this function can be printed

  • @lihe5156
    @lihe5156 26 дней назад

    how you configure your editor?