- 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.
推薦閱讀
- 零基礎(chǔ)學(xué)C++程序設(shè)計(jì)
- Python自動(dòng)化運(yùn)維快速入門(第2版)
- Visual FoxPro 程序設(shè)計(jì)
- Dependency Injection in .NET Core 2.0
- Learning SQLite for iOS
- Django Design Patterns and Best Practices
- ANSYS Fluent 二次開發(fā)指南
- 低代碼平臺(tái)開發(fā)實(shí)踐:基于React
- C++ Application Development with Code:Blocks
- Android Development Tools for Eclipse
- Java并發(fā)實(shí)現(xiàn)原理:JDK源碼剖析
- C#程序設(shè)計(jì)基礎(chǔ)與實(shí)踐
- C++ Data Structures and Algorithm Design Principles
- Node.js核心技術(shù)教程
- HTML5+CSS3+JavaScript案例實(shí)戰(zhàn)