mirror of
https://github.com/supleed2/cch23-8bit.git
synced 2024-11-09 19:25:48 +00:00
8 lines
322 B
Markdown
8 lines
322 B
Markdown
|
# Shuttle.rs Christmas Code Hunt 2023
|
||
|
|
||
|
This repository contains my [Shuttle](https://shuttle.rs/) project for the 2023 Christmas Code Hunt.
|
||
|
|
||
|
Handlers for each day is in the corresponding file in the [`cal` module](./src/cal/).
|
||
|
|
||
|
This project uses Axum and tries to stick with `std` as I'm trying to improve my Rust skills.
|