summaryrefslogtreecommitdiff
path: root/src/input/mod.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-06-03 17:22:22 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-06-03 17:22:22 +0200
commit34c87bf04a9b70809eda125ca180de1d993d410e (patch)
tree805bf7556868f4958a73dd50b0a7996f98c54177 /src/input/mod.rs
parent9d7d406107998c87525852032495f33f37155294 (diff)
Moved json parsing to be part of a module, with textmap equivalence
Diffstat (limited to 'src/input/mod.rs')
-rw-r--r--src/input/mod.rs2
1 files changed, 2 insertions, 0 deletions
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;