A proof-of-concept for a Rust web application that embeds all its assets, including JS & images, within the binary.
https://dev.to/werner/practical-rust-web-development-authentication-3ppg
https://doc.rust-lang.org/rust-by-example/testing/unit_testing.html
https://picocss.com/docs/themes.html
https://actix.rs/docs/testing/
- Hash assets (and include in name) for better cache control
- Basic auth
- Cache header handling
- Response compression
- HEAD & OPTIONS handling