From fc6f4052648a77a66f6bd50ffd1647992cb68b10 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 23 Dec 2021 18:57:18 -0600 Subject: Initial commit I started this project on February 2021, but postponed further development until now. The only modification introduced since then is try_trait_v2 (try_trait no longer exists). --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96ef6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock -- cgit v1.2.3