aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 04496fd..163f760 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,7 +1,9 @@
1pub mod zip; 1pub mod zip;
2 2
3mod result;
4
3mod archive; 5mod archive;
6mod file;
4mod io; 7mod io;
5mod result;
6 8
7pub use archive::Archive; 9pub use archive::Archive;