Example TODO app with Rust and htmx A simple example TODO app build using: htmx Rust Rocket web framework using handlebars templates SQLx and SQLite Run cargo run Hot Reloading Install cargo watch with cargo install cargo-watch then use: cargo watch -x run Syntax Check cargo clippy