# A single binary blob After reading [this article](https://www.andreinc.net/2022/04/10/a-blog-that-is-a-single-executable-binary) by Andrei Ciobanu it sparkled in me to do the same thing but with rust. To achieve that I'll be using the following: - Sailfish for templating - hyper for http server - rust-embed for adding the files into the binary.