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

Rust Programming Languagep

Learn Rust

Various learning documents from simple to deep

Learn Rust - Rust Programming LanguageA language empowering everyone to build reliable and efficient software.https://www.rust-lang.org/learn

Playground

Simple web Version of IDE.

Rust PlaygroundA browser interface to the Rust compiler to experiment with the languagehttps://play.rust-lang.org

Introductory book

The Rust Programming Languagehttps://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/

Introduction - Rust By ExampleRust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.https://doc.rust-lang.org/stable/rust-by-example/

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 Bookhttps://doc.rust-lang.org/cargo/guide/

Standard library documents

std - RustThe Rust Standard Libraryhttps://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.iohttps://crates.io

Docs.rshttps://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 .

原网站

版权声明
本文为[Pingsha falling wild goose]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206121208300499.html