Create a Rust package with the Cargo package manager

Pascal Precht
InstructorPascal Precht

Share this video with your friends

Send Tweet

In this lesson we’ll create a new Rust project using the cargo new command and take a look at some of the generated files.

Musicq Kui
Musicq Kui
~ 5 years ago

Wow, what that bat command is? More beautiful than cat

Pascal Precht
Pascal Prechtinstructor
~ 5 years ago

Hi!

bat is kinda like cat on steroids :) And it's written in Rust! https://github.com/sharkdp/bat

J. Matthew
J. Matthew
~ 5 years ago

bat is kinda like cat on steroids :) And it's written in Rust! https://github.com/sharkdp/bat

What about tree? Same deal?

Pascal Precht
Pascal Prechtinstructor
~ 5 years ago

Hey Matthew,

tree is another command that is available for different platforms. If you're on Mac you can install it via brew install tree (assuming you have homebrew installed).