官术网_书友最值得收藏!

Managing Projects with Cargo

Now that we are familiar with the language and how to write basic programs, we'll level up towards writing practical projects in Rust. For trivial programs that can be contained in a single file, compiling and building them manually is no big deal. In the real world, however, programs are split into multiple files for managing complexity and also have dependencies on other libraries. Compiling all of the source files manually and linking them together becomes a complicated process. For large-scale projects, the manual way is not a scalable solution as there could be hundreds of files and their dependencies. Fortunately, there are tools that automate building of large-scale software projects—package managers. This chapter explores how Rust manages large projects with its dedicated package manager and what features it provides to the developer to enhance their development experience. We will cover the following topics:

  • Package managers
  • Modules
  • The Cargo package manager and crates (libraries) as units of compilation
  • Creating and building projects
  • Running tests
  • Cargo subcommands and installing third-party binaries
  • Editor integrations and setup in Visual Studio code

As a final exercise, we'll create imgtool, a trivial command-line tool that can rotate images from the command line using a library, and use Cargo to build and run our program. We have a lot to cover, so let's dive in!

主站蜘蛛池模板: 六盘水市| 德阳市| 冷水江市| 临湘市| 宁明县| 静宁县| 隆德县| 长乐市| 铜川市| 土默特左旗| 城口县| 徐水县| 成武县| 青铜峡市| 阿荣旗| 宝应县| 织金县| 丹江口市| 内江市| 灵宝市| 斗六市| 南昌市| 寻乌县| 平遥县| 九龙县| 双鸭山市| 盘锦市| 岐山县| 九江市| 四会市| 泾阳县| 阿城市| 沈丘县| 南投县| 嵊泗县| 汕头市| 天镇县| 晋江市| 苏尼特右旗| 通城县| 西华县|