From fc13310be84f2c676c344cd64a361a44474a59d2 Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Tue, 23 Jan 2024 11:10:54 +0100 Subject: [PATCH] Add Readme --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..9c26f57 --- /dev/null +++ b/Readme.md @@ -0,0 +1,11 @@ +# Small project to somewhat better understand lifetimes. + +This small project aims to help understanding how lifetimes work in rust a little better. + +Swap branches to see difference without specifying lifetimes, with lifetimes and then a simplified version. + + + +# youtube + +Heavily inspired by the following video: https://www.youtube.com/watch?v=gRAVZv7V91Q