- Rust Quick Start Guide
- Daniel Arbuckle
- 132字
- 2021-06-10 19:46:02
Summary
So, now we know how to install the Rust compiler, set up a Rust project, find and link useful third-party libraries, and compile source code into a usable program. We've also taken a basic look at the boilerplate code that cargo generates when we ask it to set up a new program or library project for us. We've learned about the difference between a debugging build and a release build and taken a quick look at what's involved in distributing a Rust program to users.
Coming up in Chapter 2, Basics of the Rust Language, we're going to begin looking at the Rust programming language itself, rather than the support facilities that surround it. We're going to see how the language is structured and some of the most important commands.
推薦閱讀
- Learning Neo4j
- iOS面試一戰(zhàn)到底
- ASP.NET Core 5.0開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- Three.js開(kāi)發(fā)指南:基于WebGL和HTML5在網(wǎng)頁(yè)上渲染3D圖形和動(dòng)畫(huà)(原書(shū)第3版)
- HTML5 and CSS3 Transition,Transformation,and Animation
- Building Serverless Applications with Python
- Jenkins Continuous Integration Cookbook(Second Edition)
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)100例
- Python全棧數(shù)據(jù)工程師養(yǎng)成攻略(視頻講解版)
- Developing SSRS Reports for Dynamics AX
- 深度學(xué)習(xí)原理與PyTorch實(shí)戰(zhàn)(第2版)
- Raspberry Pi Robotic Blueprints
- SSH框架企業(yè)級(jí)應(yīng)用實(shí)戰(zhàn)
- 深度學(xué)習(xí)入門(mén):基于Python的理論與實(shí)現(xiàn)
- Mastering Object:Oriented Python(Second Edition)