From 4fb323f69c11557a51c7da0b2031029f63edf789 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 11 Jun 2022 00:00:27 +0200 Subject: feat: Handle 404 result Now gracefully handle 404, so instead of just panic now it will return a proper http 404 response. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 59cf13b..2a9d334 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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 ;) +It is going to be a bit bigger than micro ;) To achieve that I'll be using the following: -- cgit v1.2.3