Part 1:Getting Started with Rust Web Development
Coding in Rust can be challenging. In this part, we cover the basics of Rust programming and how to build applications spanning multiple files in a project with dependencies. By the end of this part, you will be able to build applications in Rust, manage dependencies, navigate the Rust borrow checker, and manage data collections, structs, the basic design structure, and referencing structs.
This part includes the following chapters:
- Chapter 1, A Quick Introduction to Rust
- Chapter 2, Designing Your Web Application in Rust