Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 459 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 459 Bytes

Shuttle.rs Christmas Code Hunt 2024

This repository contains my Shuttle project for the 2024 Christmas Code Hunt.

Note

The project structure has been copied from my 2023 attempt repository.

Handlers for each day is in the corresponding file in the cal module.

This project uses Axum and tries to stick with std as I'm trying to improve my Rust skills.