@@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...
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.
Your rust playlist is incredibly helpful. No question that those views and subscribers will keep climbing, thank you
Please, continue your lessons, it's very helpful
Appreciate a lot for your videos Ricky. Very kindly explained all the main concepts with examples :) Cheers
Perfect didn't have a label for this idea but I need this for my projects very soon! appreciate this a lot.
So basically, this is somewhat similar to a solution in Visual Studio in C# for example?
Any reason why you do not create the project with cargo new?
The workspace I created was meant to be bare. I wanted to focus on simplicity of workspaces.
@@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...
Thank you! I was wondering how to do this.
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.
Is this the last video in the series or will there be more ?
It's the last one I've done. Are you looking forward a specific topic next?
Hey, where are you? We miss you.
Thanks! I miss you all, too.
Rust has solved many problems of other languages
I am getting error failed to parse manifest at /home/hp/rust2/Cargo.toml
Caused by
Virtual manifest must be configured