Introduction
This is my study note of Rust language. I want to practice my English, so I decide to complete this chapter by English. If I have unclear expression in somewhere, please report it to me or submit a PRs on Github.
The purpose of these blogs is sharing my views on Rust design, syntax and some project implemented with Rust. If you are encountering Rust for the first time, I recommend you read the official book of Rust language: The Rust Programming Language.
Hope my blogs can give you different ideas about Rust.
To complete this chapter, I have referred to the following materials: