aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-06-09 20:19:05 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-06-09 20:19:05 +0200
commitde021a9d820a26359a57e67bc2733e1bf0e6d13b (patch)
tree72176dacb2e9c879d6cc46845ccf474052bf7cc9
parentb4472b41214eeeacce071df41bf0f782e1f16d6d (diff)
downloadmacroblog.rs-de021a9d820a26359a57e67bc2733e1bf0e6d13b.tar.gz
macroblog.rs-de021a9d820a26359a57e67bc2733e1bf0e6d13b.tar.bz2
macroblog.rs-de021a9d820a26359a57e67bc2733e1bf0e6d13b.zip
ref: Add a bit more context to the project
-rw-r--r--README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index d2a4851..59cf13b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
-# A single binary blob
+# A single binary blog
-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.
+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.
+It is going to be a bit bigger than micro though ;)
To achieve that I'll be using the following:
@@ -9,3 +11,10 @@ To achieve that I'll be using the following:
- hyper for http server
- rust-embed for adding the files into the binary.
+
+## Goals
+
+* the whole blog should be a single binary
+* keep everything in one request
+* try to keep it under 50kB and a hard set at 100kB before any kind of
+compression or minification.