- 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.
- 數據要素安全流通
- 信息系統與數據科學
- InfluxDB原理與實戰
- R數據科學實戰:工具詳解與案例分析(鮮讀版)
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- MySQL 8.x從入門到精通(視頻教學版)
- 白話大數據與機器學習
- MATLAB Graphics and Data Visualization Cookbook
- 聯動Oracle:設計思想、架構實現與AWR報告
- 智慧城市中的大數據分析技術
- 數據庫原理與設計實驗教程(MySQL版)
- Hands-On Deep Learning for Games
- 工業大數據融合體系結構與關鍵技術
- 一類智能優化算法的改進及應用研究
- 數據產品經理寶典:大數據時代如何創造卓越產品