Shuttle.rs Christmas Code Hunt 2023 https://www.shuttle.rs/cch
Go to file
2023-12-19 00:40:36 +00:00
.sqlx Day 18 sqlx files + fixed query 2023-12-19 00:40:36 +00:00
src Day 18 sqlx files + fixed query 2023-12-19 00:40:36 +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 15 2023-12-15 21:24:17 +00:00
Cargo.toml Day 15 2023-12-15 21:24:17 +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.