From e7c5dc01cf3bf382c82dd6984808bd3ca21d33a5 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 5 May 2022 23:15:41 +0200 Subject: Initial commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2a4851 --- /dev/null +++ b/README.md @@ -0,0 +1,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. + -- cgit v1.2.3