This repo contains my solutions to the exercises of the course https://rust-exercises.com/
The final project of the course was to implement an asynchronous REST API to expose the features of the ticket management system developed throughout the course:
- Create a new ticket
- Retrieve ticket details
- Update ticket details
Go to rust-exercises.com and follow the instructions there to get started with the course.
- Rust (follow instructions here).
Ifrustup
is already installed on your system, runrustup update
(or another appropriate command depending on how you installed Rust on your system) to make sure you're running on the latest stable version. - (Optional but recommended) An IDE with Rust autocompletion support.
We recommend one of the following:
- RustRover;
- Visual Studio Code with
the
rust-analyzer
extension.
Copyright © 2024- Mainmatter GmbH (https://mainmatter.com), released under the Creative Commons Attribution-NonCommercial 4.0 International license.