From 34c87bf04a9b70809eda125ca180de1d993d410e Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 3 Jun 2018 17:22:22 +0200 Subject: Moved json parsing to be part of a module, with textmap equivalence --- src/input/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/input/mod.rs (limited to 'src/input/mod.rs') diff --git a/src/input/mod.rs b/src/input/mod.rs new file mode 100644 index 0000000..47f359a --- /dev/null +++ b/src/input/mod.rs @@ -0,0 +1,2 @@ +pub mod json; +pub mod textmap; -- cgit v1.2.3