Loading [MathJax]/extensions/tex2jax.js

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