Organize code into separate files

This commit is contained in:
Cameron Cordes
2020-05-19 22:44:26 -04:00
parent 0daa2f4149
commit 263dad91da
6 changed files with 99 additions and 74 deletions

3
src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod config;
pub mod filematch;
pub mod printer;