Shuttle.rs Christmas Code Hunt 2023 https://www.shuttle.rs/cch
Go to file
2023-12-23 00:30:07 +00:00
.sqlx Day 18 sqlx files + fixed query 2023-12-19 00:40:36 +00:00
src Improve Day 22 Task 1 2023-12-23 00:30:07 +00:00
.gitattributes Day 14 fix html line endings 2023-12-21 14:45:41 +00:00
.gitignore Initial commit, including day -1 tasks 2023-12-01 12:59:39 +00:00
askama.toml Day 14 2023-12-14 16:44:15 +00:00
Cargo.lock Day 22 2023-12-22 14:33:53 +00:00
Cargo.toml Day 22 2023-12-22 14:33:53 +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.