当前位置:网站首页>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 .

边栏推荐
- 恭喜Splashtop 荣获2022年 IT Europa “年度垂直应用解决方案”奖
- How to select standard products and non-standard products, the importance of selection, and how to layout the store
- Problems encountered in installing canvas and errors encountered in running the project
- The direction of this
- 传统的DOM渲染方式?
- 关于报文
- 宏编译 预处理头 WIN32_LEAN_AND_MEAN
- A. Prefix range
- Pre order, middle order and post order traversal of tree
- Quic wire layout specification - packet types and formats | quic protocol standard Chinese translation (2) package type and format
猜你喜欢
随机推荐
QML学习 第二天
golang的channel和条件变量在单生产单消费场景下的性能对比测试
5G NR協議學習--TS38.211下行通道
ARM processor mode and register
宏编译 预处理头 WIN32_LEAN_AND_MEAN
Miscellaneous instructions of arm instruction set
mysql复习
MVC模式、加密、jsonwebtoken
点云配准--gicp原理与其在pcl中的使用
Traditional DOM rendering?
A. Prefix range
Cocktail sort
Ifndef define ENDIF prevents header files from being included repeatedly. You don't really understand
Pre order, middle order and post order traversal of tree
LeetCode_字符串_简单_344.反转字符串
恭喜Splashtop 荣获2022年 IT Europa “年度垂直应用解决方案”奖
ELK搭建指南
无重复字符的最长字符串(LeetCode 3)
AGCO AI frontier promotion (6.12)
PDSCH related
https://www.rust-lang.org/learn

![[foundation of deep learning] learning of neural network (4)](/img/8d/0e1b5d449afa583a52857b9ec7af40.png)






