Summary
In this chapter, we have learned about the basic operations for user entities by implementing the creation, reading, updating, and deleting of user routes.
We also learned more about various modules of the Rocket framework such as RawHtml, Redirect, Contextual, Flash, Form, and FlashMessage.
Along with implementing the endpoints, we also learned more about database operations such as querying, inserting, updating, and deleting objects on a database server.
In the next chapter, we are going to learn more about error handling and creating our own error types.