当前位置:网站首页>Rust language learning
Rust language learning
2022-06-12 12:15:00 【Pingsha falling wild goose】
rust This language , Very good learning documents , Tool chain .
Official website
Learn Rust
Various learning documents from simple to deep
Playground
Simple web Version of IDE.
Introductory book
The Rust Programming Language
https://doc.rust-lang.org/book/#the-rust-programming-language
This is the Chinese translation of the previous book . There may be something that won't show up .Rust Programming language - Rust Programming language Simplified Chinese version Rust Programming language Simplified Chinese version https://kaisery.github.io/trpl-zh-cn/
Cargo
He is rust Language project construction and package management tools , It's very easy to use . and c++ Tool chain , It feels like a leap A century .
Cargo Guide - The Cargo Book
https://doc.rust-lang.org/cargo/guide/
Standard library documents
std - RustThe Rust Standard Library
https://doc.rust-lang.org/std/index.html
Explain the standard library in detail , The documentation is very good , Many examples , In these example code blocks, you can click 【RUN】, Direct access to playground Make code changes , perform .
crates.io And docs.rs
cartes.io Is a variety of code base (crate) Public release repository for (crate registry), Every crate Generally, there will be good instructions .
docs.rs It is the help document of the code base ,crates.io Code base published on (crate), Will be in docs.io The corresponding documents are provided on .
https://crates.io
https://crates.io
Docs.rs
https://docs.rs/
docs.rs There is also a link to learn rust Some of the most commonly used documents , See the place marked by the red box in the figure below . Most of the resource tools listed in this article are among them .

边栏推荐
- Multiplication instruction of arm instruction set
- Kdd2022 | edge information enhancement graph transformer
- [transfer]placement NEW
- Conversion between ROS map picture pixels and map coordinate system coordinates
- 鸡尾酒排序
- Suggestions and skills for advanced version of go language test
- Find the median of two ordered arrays (leetcode 4)
- 机器学习基础概念
- LeetCode 497. 非重叠矩形中的随机点(前缀和+二分)
- MVC mode, encryption, jsonwebtoken
猜你喜欢
随机推荐
【Leetcode】199. Right view of binary tree
Data processing instructions of arm instruction set
Basic concepts of machine learning
PDSCH related
传统的DOM渲染方式?
Cocktail sort
Preliminary study on Regional Simulation of crop model
Automatic generation of folder directory structure
Left and right cases + rotating pictures of small dots + no time
A short guide to SSH port forwarding
A. Prefix range
作物模型的区域模拟实现过程初探
Asynchronous path processing
MySQL review
Performance comparison test of channel and condition variables of golang in single production and single consumption scenarios
B. Wall painting (C language)
Autolock solves the problem of forgetting to unlock after locking
Traditional DOM rendering?
无重复字符的最长字符串(LeetCode 3)
[foundation of deep learning] learning of neural network (4)
https://www.rust-lang.org/learn







