compress platform module

This commit is contained in:
2021-11-21 23:38:01 +01:00
parent f6d0bdfa8f
commit 88bc4fe364
10 changed files with 67 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
mod base_module;
pub mod pack;
mod pack;
pub use base_module::BaseModule;
pub use pack::{pack_file, unpack, unpack_file};
pub use pack::{pack, pack_file, unpack, unpack_file, PackConfig};