Skip to content

nicolasfguillaume/100-exercises-to-learn-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100-exercises-to-learn-rust

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

Getting started

Go to rust-exercises.com and follow the instructions there to get started with the course.

Requirements

  • Rust (follow instructions here).
    If rustup is already installed on your system, run rustup 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:

License

Copyright © 2024- Mainmatter GmbH (https://mainmatter.com), released under the Creative Commons Attribution-NonCommercial 4.0 International license.

Releases

No releases published

Packages

No packages published

Languages