Rust
This article introduce the Rust language.
Overview
Rust Language
Rust Code Format
Run rustfmt
to reformats your code according to the community code style. Refer to Appendix D - Useful Development Tools.
Cargo
$ cargo build
$ cargo build --release
$ cargo run
$ cargo check
Books
References
- Rust Home Page
- Rust Documentation
- The Rust Programming Language
- The Rust Reference
- The Standard Library Documentation
- The Cargo Book
- The Rust community’s crate registry
- Rust Playground
- Rust Language Cheat Sheet