This is a Tauri implementation of my Advent of Code 2022.
It uses Rust as the backend, and Svelte (Svelete-kit) as the frontend.
Development: cargo tauri dev
cargo tauri dev
Production: cargo tauri built
cargo tauri built
Update README