macroblog.rs @ cc847c356b652a50c82f5d7a3683ab6a2880ed6b

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