From 86f21fc6e6d76219e79679b0432cb923d93ca1b4 Mon Sep 17 00:00:00 2001 From: texhno Date: Mon, 11 Dec 2023 02:32:05 +0100 Subject: [PATCH] Added README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..672624c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Learning BE with Rusts Rocket framework + +How to run? + +```bash +# in development mode (with debugging) - slower/unoptimized +cargo run + +# in production mode - faster +cargo run --production +``` + +However, thereisn't much here, YET!