Add module file for storage

This commit is contained in:
Matthias Beyer 2015-12-20 16:22:54 +01:00
parent 00d0bbf4ae
commit 85a199ffc8

4
src/storage/mod.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod path;
pub mod file;
pub mod parser;
pub mod json;