首页 > 其他 > 详细

rust学习

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

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   

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!