Summary
In this chapter, we learned how to design an application, create a Rocket application skeleton, and organize the Rust application into smaller manageable modules.
We also learned about concepts such as CRUD and RESTful applications, Rust enum
discriminators, and Rust path qualifiers.
Hopefully, after reading this chapter, you can apply those concepts to help you organize your code better.
We will start implementing this application and learn more about Rust and Rocket concepts such as templating, request guards, cookies, and JSON, in the following chapters.