- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 135字
- 2021-07-02 14:11:48
Summary
cargo is Rust's package manager and build tool that is configurable with a manifest called Cargo.toml. The file is used by cargo to build the desired binary with the specified dependencies, profiles, workspaces, and package metadata. During this process, the package state is saved in a file called Cargo.lock. Thanks to its LLVM frontend, Rust compiles to native code on various platforms including the web (using Wasm)—thus keeping a high degree of interoperabilty. Successfully-built packages can be published on a repository called crates.io, a website that is a central hub for available Rust libraries and binaries.
Before we dive into data structures (starting with lists), the next chapter will introduce the ways Rust stores variables and data in memory, whether to copy or to clone, and what sized and unsized types are.
- 數(shù)據(jù)浪潮
- 達夢數(shù)據(jù)庫性能優(yōu)化
- Remote Usability Testing
- Apache Kylin權(quán)威指南
- R語言數(shù)據(jù)挖掘
- 數(shù)字IC設(shè)計入門(微課視頻版)
- R Object-oriented Programming
- Python數(shù)據(jù)分析從小白到專家
- 改變未來的九大算法
- MySQL技術(shù)內(nèi)幕:InnoDB存儲引擎
- MySQL數(shù)據(jù)庫實用教程
- AndEngine for Android Game Development Cookbook
- 數(shù)據(jù)庫技術(shù)與應(yīng)用:SQL Server 2008
- Configuration Management with Chef-Solo
- Managing Software Requirements the Agile Way