cch23-8bit/readme.md

8 lines
322 B
Markdown
Raw Normal View History

2023-12-04 17:17:35 +00:00
# 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.