From a7e6d1d8de7fd3815e3fba1925fb8980340055ca Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 8 Apr 2024 14:11:15 -0400 Subject: [PATCH] readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1ecb32 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Pagwin's Iterator Tools (PIT) +I'm not double checking C++20/23 or boost to see if they make this lib redundant if they do use them. + +This library is for my personal use to get easy and convenient access to useful C++ iterators without needing to remake them every time