MUST know Rust Cargo plugins

preview_player
Показать описание
Today we are going over the most useful Cargo plugins you should know!

Рекомендации по теме
Комментарии
Автор

0:00 cargo-watch
0:47 cargo-edit
1:24 cargo-modules
2:05 cargo-audit
2:26 cargo-tarpaulin
2:50 cargo-nextest
3:16 cargo-make
3:58 cargo-release

AssemblyWizard
Автор

Honorable mention is cargo-expand. With that plugin macros inside of a file can be expanded which is handy for example when developing a macro

batman
Автор

This is a “Must bookmark” tutorial. I am brand new to Rust, and had programmed in Java for 20+ years before I retired. You discuss the Rust Environment beautifully. It appears as though the Rust environment is growing and becoming more robust with features I sometimes wish I had in Java when I was developing (all open source!). Thanks.

stephenmcconnell
Автор

Absolute gold. Loved how quickly you explained things.

lagcisco
Автор

For the Arch Linux users watching this video, all the plugins showed here, with the exception of cargo-modules, are available on the community oficial repository. cargo-modules is available on the AUR.

lucaslopes
Автор

Cargo Audit seems very useful, thank you.

samansamani
Автор

Good video as always man. By the way is there any chance of seeing systems programming with Rust in action?

michaoj
Автор

How are you getting the autocompletion on the terminal?

saikatdas
Автор

Great post. Do you know if there is a command like “npm info” to be able to identify what brings a dependency in?

cramhead
Автор

tarpaulin should not be a plugin as well

redacted
Автор

Thank you.
Wow, I've finally watched all your videos and tried stuff out for myself. Time for a quick break and return to struggling to learn Haskell. Masochistic.

mageprometheus