Rust Project: poll

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

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

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

    Oh my goodness, my hero is back!

  • @raidensama1511
    @raidensama1511 Месяц назад +9

    Long time no see. What’s up with the general lack of new Rust videos on YT in 2024?

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

      I think 2024 has been a lot of zig hype, I’m still with Rust though

    • @user-zz6fk8bc8u
      @user-zz6fk8bc8u Месяц назад

      EuroRust 2024 was last week, maybe the talks will land on RUclips some time.

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

    He’s back!

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

    24:54 you can use this instead: format!("{:>width$}", item.label.to_string(), width = max_label.lable.len()); as far as i know it don't allocate string, but " ".repeat(n) do.

  • @petoknm
    @petoknm Месяц назад +3

    watch curl ... ?

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

    I don’t think ratatui has that grouping feature, nice!