From ebd04ae88f28a547eabbb44e1eccfd19965be7ae Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 1 Jun 2020 23:53:45 -0400 Subject: Port things-to-check to Rust as a learning exercise. This is somewhat overengineered in places, but does the job and exposes broadly the same interfaces as the Python version. Builds with emk/rust. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target -- cgit v1.2.3