当前位置:网站首页>Rust语言学习
Rust语言学习
2022-06-12 12:08:00 【平沙落雁子】
rust这门语言,有非常好的学习文档,工具链。
官网
Learn Rust
各种由浅入深的学习文档
Playground
简易的web版的IDE。
入门书
The Rust Programming Language
https://doc.rust-lang.org/book/#the-rust-programming-language
这是前边这本的中文翻译版。可能有些东西会显示不出来。Rust 程序设计语言 - Rust 程序设计语言 简体中文版Rust 程序设计语言 简体中文版https://kaisery.github.io/trpl-zh-cn/
Cargo
他是rust语言的项目构建与包管理工具,使用起来非常简单方便。和c++的工具链比起来,感觉跨越了 一个世纪。
Cargo Guide - The Cargo Book
https://doc.rust-lang.org/cargo/guide/
标准库文档
std - RustThe Rust Standard Library
https://doc.rust-lang.org/std/index.html
详细解释标准库,文档些的很好,很多例子,在这些例子代码块中可以点击【RUN】,直接进入到playground进行代码的修改,执行。
crates.io与docs.rs
cartes.io是各种代码库(crate)的公开发布仓库(crate registry),每个crate一般都会有很好的使用说明。
docs.rs是代码库的帮助文档,crates.io上发布的代码库(crate),都会在docs.io上提供相应的文档。
https://crates.io
https://crates.io
Docs.rs
https://docs.rs/
docs.rs上也链接了学习rust最常用的一些文档,如下图红色方框所标记的地方。本文章罗列的一些资源工具大多都在其中。

边栏推荐
- Compiling Draco library on Windows platform
- 机器学习之线性模型
- 5g NR Protocol Learning - - ts38.211 downlink channel
- 鸡尾酒排序
- Who moved my package lock
- Batch load/store instructions of arm instruction set
- 安装canvas遇到的问题和运行项目遇到的报错
- Tpage design
- Google Earth engine (GEE) - quick land classification by kmeans clustering (double for loop quick parameter adjustment)
- 用vector保存对象时保存指针的优点, 以及reserve的使用
猜你喜欢

Common debugging tools and commands for ROS

【Leetcode】221. Largest Square

LeetCode 1037. 有效的回旋镖(向量叉乘)

LeetCode 497. Random points in non overlapping rectangles (prefix and + bisection)

IP address management

Promise understanding has used promise to realize picture preloading (sequential loading)

左右案例+小圆点的轮播图+无时间

Create servlet project

Chaîne la plus longue sans caractères dupliqués (leetcode 3)

LeetCode 497. 非重叠矩形中的随机点(前缀和+二分)
随机推荐
Load/store memory access instruction of arm instruction set (1)
Traditional DOM rendering?
Basic concepts of machine learning
获取本机所有ipv4, ipv6地址
this的指向
ELK搭建指南
爱可可AI前沿推介(6.12)
[译] QUIC Wire Layout Specification - Packet Types and Formats | QUIC协议标准中文翻译(2) 包类型和格式
mysql复习
Channel shuffle class
Video JS library uses custom components
为什么新品发布上架之后会没有流量,新品应该怎么发布?
Compiling Draco library on Windows platform
6.6 rl:mdp and reward function
7-5 complex quaternion operation
How to determine the relationship between home page and search? Relationship between homepage and search
Clone with cloneNode to solve the id problem / methods deep copy and shallow copy to modify the ID
A. Prefix range
Ros- resolve error "tf2\u buffer\was not declared in this scope"
Who moved my package lock
https://www.rust-lang.org/learn