From f49cde1bb1ee59e12fe251141a70ea296028c159 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 22 Jun 2021 13:31:02 +0000 Subject: [PATCH] Added the 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..e6afc8f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-clang-ast + +Data structures for processing Clang's `-ast-dump=json` format \ No newline at end of file