Тёмный

Rust: Starting a Workspace 

The Dev Method
Подписаться 6 тыс.
Просмотров 7 тыс.
50% 1

Make a workspace to create multiple Rust crates that share code between them or focus on creating a mono-repo of Rust packages. The crate can depend on one another or be entirely separate from each other.

Наука

Опубликовано:

 

26 мар 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 16   
@miles6875
@miles6875 Год назад
Your rust playlist is incredibly helpful. No question that those views and subscribers will keep climbing, thank you
@danraine9009
@danraine9009 Год назад
Perfect didn't have a label for this idea but I need this for my projects very soon! appreciate this a lot.
@dumong7761
@dumong7761 9 месяцев назад
Appreciate a lot for your videos Ricky. Very kindly explained all the main concepts with examples :) Cheers
@wesleyoliveira6570
@wesleyoliveira6570 Год назад
Thank you! I was wondering how to do this.
@user-om3je4vn8x
@user-om3je4vn8x 4 месяца назад
Please, continue your lessons, it's very helpful
@chillydill4703
@chillydill4703 22 дня назад
So basically, this is somewhat similar to a solution in Visual Studio in C# for example?
@bibliusz777
@bibliusz777 10 месяцев назад
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.
@RockLloque
@RockLloque Год назад
Any reason why you do not create the project with cargo new?
@TheDevMethod
@TheDevMethod Год назад
The workspace I created was meant to be bare. I wanted to focus on simplicity of workspaces.
@bsd0daemon
@bsd0daemon Год назад
@@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...
@MateiAndrei94
@MateiAndrei94 11 месяцев назад
Is this the last video in the series or will there be more ?
@TheDevMethod
@TheDevMethod 8 месяцев назад
It's the last one I've done. Are you looking forward a specific topic next?
@736939
@736939 Год назад
Hey, where are you? We miss you.
@TheDevMethod
@TheDevMethod 8 месяцев назад
Thanks! I miss you all, too.
@nithingowda1060
@nithingowda1060 Год назад
Rust has solved many problems of other languages
@yuvrajchhatwani
@yuvrajchhatwani 5 месяцев назад
I am getting error failed to parse manifest at /home/hp/rust2/Cargo.toml Caused by Virtual manifest must be configured
Далее
Rust: RefCell
20:00
Просмотров 7 тыс.
Rust: Closures
19:53
Просмотров 16 тыс.
going fast is about doing less
19:41
Просмотров 171 тыс.
Rust: Weak References
19:40
Просмотров 3,7 тыс.
How the MD5 hash function works (from scratch)
14:00
Просмотров 2,2 тыс.
What is a monorepo? | Getting started with nx
18:30
Просмотров 7 тыс.
I spent six months rewriting everything in Rust
15:11
Просмотров 415 тыс.
Rust: Generics, Traits, Lifetimes
35:34
Просмотров 45 тыс.
Rust: Send Data between Threads
8:26
Просмотров 9 тыс.
Rust: Reference Counted Smart Pointer
6:25
Просмотров 1,7 тыс.
Implementing Rust Traits
12:19
Просмотров 13 тыс.
Overview of Rust Cargo Tool 🦀📦 Rust Tutorial
28:06