Building a real Rust CRATE from scratch to PUBLISHED

preview_player
Показать описание


Learning Rust Language by example and tutorials.

Libraries used: rust Clap, rust walkdir, rust thiserror

- cargo new ...
- cargo watch -q -c -x ‘run -q’
- cargo login
- cargo publish

#RustLang #Crate #Cargo

Other popular Rust Programming videos:

Playlists:

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

Is it correct to assume that when you find what you want to build, you first check for the existence of crates that could make your job easier, and after that you look for a way of tying them together to end up with what you want?

Vancha
Автор

Can you explain the difference b/w .map_err() and .or_else()?

comradepeter
Автор

Excellent Stuff! Isn't anyhow::Error better than Box<dyn Error>

hamzamohd.zubair