macroblog.rs @ 1beb4d15d54f6900068f6029f561559a566101d4

 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