rust学习
Posted shaohef
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rust学习相关的知识,希望对你有一定的参考价值。
Rust
1. install
2. play on line
curl https://sh.rustup.rs -sSf | sh echo ‘PATH="$PATH:$HOME/.cargo/bin"‘ >> ~/.bashrc
rustup doc
Tutorial org learn (entry)
1. org examaple
2. book
rustup docs --book
Grow with Rust
Comprehensive guide to the Rust standard library APIs.
Guide to the Rust editions.
A book on Rust’s package manager and build system.
Learn how to make awesome documentation for your crate.
Familiarize yourself with the knobs available in the Rust compiler.
In-depth explanations of the errors you may see from the Rust compiler.
Build your skills in an application domain
Learn how to build effective command line applications in Rust.
Use Rust to build browser-native libraries through WebAssembly.
Become proficient with Rust for Microcontrollers and other embedded systems.
Master Rust
The Rustonomicon is your guidebook to the dark arts of unsafe Rust. It’s also sometimes called “the ’nomicon.”
READ THE ’NOMICONThe Unstable Book has documentation for unstable features that you can only use with nightly Rust.
READ THE UNSTABLE BOOK以上是关于rust学习的主要内容,如果未能解决你的问题,请参考以下文章
Rust学习 - Result/Option/unwrap/?
actix rust actor 框架学习 二 ping actor demo 代码
rust语言:rust项目有很多公司程序员已经开始在学习使用中了,都有 Rust Meetup 2022了,想往底层走的可以学习C++Rust了。