About This repository is a simple proof of concept around HTMX, and since it can be linked to an HTTP backend, I chose Rust as its language of choice. Objectives Learn HTMX with a concrete, ideally non-trivial use-case Improve my "business" Rust Have fun ! How to build $ cargo build --release How to start $ cargo run --release How to test $ cargo test