码迷,mamicode.com
首页 > 其他好文 > 详细

rust学习

时间:2019-05-02 11:29:59      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:guid   exp   control   compiler   yourself   systems   ack   icon   black   

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学习

标签:guid   exp   control   compiler   yourself   systems   ack   icon   black   

原文地址:https://www.cnblogs.com/shaohef/p/10801767.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!