From 6e76b4c5df6b3b98c3577c72c1b60b6221a781ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?= =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= Date: Mon, 10 Jun 2019 12:41:03 +0200 Subject: [PATCH] update README with a note about zip and a similar project --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9637ac..20f1e04 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,15 @@ ARGS: ## FAQ -* Q: why .tar and not .zip? A: you can't stream a zip file efficiently, it needs to seek and write to the beggining of a file. +* Q: why .tar and not .zip? A: ~you can't stream a zip file efficiently, it needs to seek and write to the beggining of a file.~ will see. + ## Release builds ``` cargo build --release strip --strip-unneeded ./target/release/http-server ``` + +## See also: + +* https://github.com/svenstaro/miniserve