Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Cargo

  • cargo is the official Rust package management tool.
  • It has lots of really useful features to improve code quality and developer velocity!
    These include:
  1. Dependency management and integration with crates.io (the official Rust package registry)
  2. Awareness of unit tests
  3. Awareness of benchmarks
  4. This chapter will go through some quick basics, but you can find the comprehensive docs in The Cargo Book.