Rust: Starting a Workspace

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

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

  • @miles6875
    @miles6875 Год назад +8

    Your rust playlist is incredibly helpful. No question that those views and subscribers will keep climbing, thank you

  • @sobl1403
    @sobl1403 9 месяцев назад +2

    Please, continue your lessons, it's very helpful

  • @dumong7761
    @dumong7761 Год назад +1

    Appreciate a lot for your videos Ricky. Very kindly explained all the main concepts with examples :) Cheers

  • @danraine9009
    @danraine9009 Год назад +2

    Perfect didn't have a label for this idea but I need this for my projects very soon! appreciate this a lot.

  • @chillydill4703
    @chillydill4703 5 месяцев назад

    So basically, this is somewhat similar to a solution in Visual Studio in C# for example?

  • @RockLloque
    @RockLloque Год назад +2

    Any reason why you do not create the project with cargo new?

    • @TheDevMethod
      @TheDevMethod  Год назад +2

      The workspace I created was meant to be bare. I wanted to focus on simplicity of workspaces.

    • @bsd0daemon
      @bsd0daemon Год назад +3

      @@TheDevMethod as simple as it is to create a workspace, I do wish they added it to cargo as a subcommand. I always forget the structure of the workspace/members section (eg: I accidentally add [workspaces] instead of [workspace]). Guess I could just make an editor template, but still...

  • @wesleyoliveira6570
    @wesleyoliveira6570 Год назад

    Thank you! I was wondering how to do this.

  • @bibliusz777
    @bibliusz777 Год назад

    The performance dropped when I separated my library for number traits and linear algebra from the executable (300ms vs 110ms), but I managed to get it to 140ms by inlining scaling trait implementation for builtin types.

  • @MateiAndrei94
    @MateiAndrei94 Год назад

    Is this the last video in the series or will there be more ?

    • @TheDevMethod
      @TheDevMethod  Год назад +1

      It's the last one I've done. Are you looking forward a specific topic next?

  • @736939
    @736939 Год назад +1

    Hey, where are you? We miss you.

  • @nithingowda1060
    @nithingowda1060 Год назад +1

    Rust has solved many problems of other languages

  • @yuvrajchhatwani
    @yuvrajchhatwani 10 месяцев назад

    I am getting error failed to parse manifest at /home/hp/rust2/Cargo.toml
    Caused by
    Virtual manifest must be configured