aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-05-05 23:15:41 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-05-05 23:15:41 +0200
commite7c5dc01cf3bf382c82dd6984808bd3ca21d33a5 (patch)
treeb1f1d6fd9e8bc4814f8c8f541456519660bbe2b1 /README.md
downloadmacroblog.rs-e7c5dc01cf3bf382c82dd6984808bd3ca21d33a5.tar.gz
macroblog.rs-e7c5dc01cf3bf382c82dd6984808bd3ca21d33a5.tar.bz2
macroblog.rs-e7c5dc01cf3bf382c82dd6984808bd3ca21d33a5.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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.
+