blob: d2a4851dcc7ef2757fc7d53f4dbab56708e565f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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.
|