Shuttle.rs Christmas Code Hunt 2023 https://www.shuttle.rs/cch
Go to file
2023-12-04 17:17:35 +00:00
src Day 4 2023-12-04 17:12:08 +00:00
.gitignore Initial commit, including day -1 tasks 2023-12-01 12:59:39 +00:00
Cargo.lock Day 4 2023-12-04 17:12:08 +00:00
Cargo.toml Day 4 2023-12-04 17:12:08 +00:00
license Add readme and license 2023-12-04 17:17:35 +00:00
readme.md Add readme and license 2023-12-04 17:17:35 +00:00

Shuttle.rs Christmas Code Hunt 2023

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

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.