From 1c5a13369fbe1a4ba15b152ebff3526a505f28dd Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Thu, 6 Feb 2025 15:18:02 +0100 Subject: [PATCH] Add Readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf38f96 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# lazy_static alternatives + +These are the std alternatives to the lazy_static crate