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

3. rustlings course   

 

Grow with Rust

THE STANDARD LIBRARY

Comprehensive guide to the Rust standard library APIs.

EDITION GUIDE

Guide to the Rust editions.

CARGO BOOK

A book on Rust’s package manager and build system.

RUSTDOC BOOK

Learn how to make awesome documentation for your crate.

RUSTC BOOK

Familiarize yourself with the knobs available in the Rust compiler.

COMPILER ERROR INDEX

In-depth explanations of the errors you may see from the Rust compiler.

 

Build your skills in an application domain 

COMMAND LINE BOOK

Learn how to build effective command line applications in Rust.

WEBASSEMBLY BOOK

Use Rust to build browser-native libraries through WebAssembly.

EMBEDDED BOOK

Become proficient with Rust for Microcontrollers and other embedded systems.

Master Rust

The Reference is not a formal spec, but is more detailed and comprehensive than the book.
 

The Rustonomicon is your guidebook to the dark arts of unsafe Rust. It’s also sometimes called “the ’nomicon.”

READ THE ’NOMICON
 

The Unstable Book has documentation for unstable features that you can only use with nightly Rust.

READ THE UNSTABLE BOOK
 
 

以上是关于rust学习的主要内容,如果未能解决你的问题,请参考以下文章

Rust学习教程28 - 深入类型转换

Rust学习教程28 - 深入类型转换

Rust学习教程28 - 深入类型转换

Rust学习 - Result/Option/unwrap/?

actix rust actor 框架学习 二 ping actor demo 代码

rust语言:rust项目有很多公司程序员已经开始在学习使用中了,都有 Rust Meetup 2022了,想往底层走的可以学习C++Rust了。