Rust Linz, August 2020 - Rainer Stropek - Intro to Cargo

preview_player
Показать описание
C# has NuGet, Java has Maven, JavaScript has npm - and Rust has Cargo. Cargo is a package manager and build-tool. In this session, Rainer Stropek will introduce Cargo and demonstrate how to use it when building Rust applications. This will be an introductory talk for people who are rather new to Rust.

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

It's very pleasant to listen, everything is clear. Thanks!

razee
Автор

Brilliant talk! Both topic & presentation skills. Damn! I'm so impressed!

wojciechrazik
Автор

Fast talking but very clear. In a word: efficient !

julienpiccini
Автор

Great talk!
Question: does the "version" attribute work with repository dependencies? I've tried and it failed, "tag" and "branch" do.

EDIT: After researching more, it apparently does not. It'd be interesting if it did, by automatically locating a tag in the form of "v*", and then reading the Cargo.toml file for validation.